..
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: remove [*c] pointers from api and return lengthed strings when possible
2021-11-16 07:12:02 -07:00
Cursor.zig
glfw: make glfw.Cursor.Shape public
2021-11-16 19:33:24 -07:00
errors.zig
glfw: deduplicate @cImport for type equivalence
2021-07-17 20:14:09 -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: add GammaRamp type
2021-07-17 21:29:51 -07:00
hat.zig
glfw: add Hat.toInt / Hat.fromInt tests, fix bug
2021-10-30 20:06:03 -07:00
Image.zig
glfw: add Image type
2021-07-20 21:00:05 -07:00
Joystick.zig
glfw: remove [*c] pointers from api and return lengthed strings when possible
2021-11-16 07:12:02 -07:00
key.zig
glfw: remove [*c] pointers from api and return lengthed strings when possible
2021-11-16 07:12:02 -07:00
main.zig
glfw: remove [*c] pointers from api and return lengthed strings when possible
2021-11-16 07:12:02 -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: remove [*c] pointers from api and return lengthed strings when possible
2021-11-16 07:12:02 -07:00
mouse_button.zig
glfw: make mouse buttons a proper enum
2021-10-30 20:06:03 -07:00
opengl.zig
glfw: remove [*c] pointers from api and return lengthed strings when possible
2021-11-16 07:12:02 -07:00
time.zig
glfw: Update tests in all other files to reflect changes made to glfw.init
2021-11-10 11:42:24 -07:00
version.zig
glfw: deduplicate @cImport for type equivalence
2021-07-17 20:14:09 -07:00
VideoMode.zig
glfw: fix and test VideoMode getters
2021-07-17 20:56:48 -07:00
vulkan.zig
glfw: remove [*c] pointers from api and return lengthed strings when possible
2021-11-16 07:12:02 -07:00
Window.zig
glfw: window hint default values parity test with attributes ( #81 )
2021-11-20 12:42:52 -07:00