zig-glfw/src
2021-12-14 09:20:14 -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: Denormalize errors (#115) 2021-12-06 21:52:15 -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 glfw: replace isize, usize with i32, u32 where appropriate (#126) 2021-12-14 09:20:14 -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: remove TODOs 2021-12-08 19:30:01 -08: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: replace isize, usize with i32, u32 where appropriate (#126) 2021-12-14 09:20:14 -07:00
mouse_button.zig glfw: make mouse buttons a proper enum 2021-10-30 20:06:03 -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 glfw: reduce compilation units to bring iteration time down to ~90ms 2021-12-10 03:52:41 -08:00
sources_linux_wayland.c glfw: reduce compilation units to bring iteration time down to ~90ms 2021-12-10 03:52:41 -08:00
sources_linux_x11.c glfw: reduce compilation units to bring iteration time down to ~90ms 2021-12-10 03:52:41 -08: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: correctly @errorSetCast when returning errors from createWindowSurface 2021-12-06 22:16:06 -07:00
Window.zig glfw: replace isize, usize with i32, u32 where appropriate (#126) 2021-12-14 09:20:14 -07:00