zig-glfw/src
InKryption c84f8510bd glfw: Use anyopaque instead of opaque{}
Using an inline `opaque{}` type forces the use of `@typeInfo` to cast to the specific type of the parameter.
2022-01-12 18:58:49 -07:00
..
action.zig glfw: ziggify gamepad action enumerations 2021-10-30 20:06:03 -07:00
c.zig glfw: add glfw.getInstanceProcAddress 2021-10-16 18:39:57 -07:00
clipboard.zig glfw: Denormalize errors (#115) 2021-12-06 21:52:15 -07:00
Cursor.zig glfw: replace isize, usize with i32, u32 where appropriate (#126) 2021-12-14 09:20:14 -07:00
errors.zig glfw: expose glfwSetErrorCallback for retrieving optional error descriptions 2021-12-25 11:32:12 -07:00
gamepad_axis.zig glfw: ziggify gamepad button enumerations 2021-10-30 20:06:03 -07:00
gamepad_button.zig glfw: ziggify gamepad button enumerations 2021-10-30 20:06:03 -07:00
GammaRamp.zig glfw: update system_sdk.zig to latest Zig master 2021-12-06 20:03:38 -08:00
hat.zig glfw: add Hat.toInt / Hat.fromInt tests, fix bug 2021-10-30 20:06:03 -07:00
Image.zig glfw: replace isize, usize with i32, u32 where appropriate (#126) 2021-12-14 09:20:14 -07:00
internal_debug.zig glfw: amend and update various TODOs pertaining to force-init changes 2021-11-22 12:59:11 -07:00
Joystick.zig Run zig fmt 2021-12-19 16:15:32 -07:00
key.zig glfw: replace isize, usize with i32, u32 where appropriate (#126) 2021-12-14 09:20:14 -07:00
main.zig glfw: expose glfwSetErrorCallback for retrieving optional error descriptions 2021-12-25 11:32:12 -07:00
mod.zig glfw: fix failing Mod bitmask tests, make fromInt/toInt work on non-6-bit integers 2021-10-30 20:06:03 -07:00
Monitor.zig glfw: Update function docs in Monitor and vulkan to match glfw 3.3.6 2021-12-23 13:01:45 -07:00
mouse_button.zig glfw: make mouse buttons a proper enum 2021-10-30 20:06:03 -07:00
native.zig glfw: improve documentation for native.zig 2021-12-28 03:52:22 -07:00
opengl.zig glfw: replace isize, usize with i32, u32 where appropriate (#126) 2021-12-14 09:20:14 -07:00
sources_all.c glfw: reduce compilation units to bring iteration time down to ~90ms 2021-12-10 03:52:41 -08:00
sources_linux.c add wayland cross-compilation support (#140) 2021-12-24 01:06:51 -07:00
sources_linux_wayland.c add wayland cross-compilation support (#140) 2021-12-24 01:06:51 -07:00
sources_linux_x11.c add wayland cross-compilation support (#140) 2021-12-24 01:06:51 -07:00
sources_macos.c glfw: reduce compilation units to bring iteration time down to ~90ms 2021-12-10 03:52:41 -08:00
sources_macos.m glfw: reduce compilation units to bring iteration time down to ~90ms 2021-12-10 03:52:41 -08:00
sources_windows.c glfw: reduce compilation units to bring iteration time down to ~90ms 2021-12-10 03:52:41 -08:00
time.zig glfw: Denormalize errors (#115) 2021-12-06 21:52:15 -07:00
version.zig glfw: deduplicate @cImport for type equivalence 2021-07-17 20:14:09 -07:00
VideoMode.zig glfw: replace isize, usize with i32, u32 where appropriate (#126) 2021-12-14 09:20:14 -07:00
vulkan.zig glfw: Use anyopaque instead of opaque{} 2022-01-12 18:58:49 -07:00
Window.zig glfw: Tidy up UserPointer access 2022-01-02 18:17:27 -07:00