zig-glfw/src
Stephen Gutekanst fc6ac619c3 glfw: make setMouseButtonCallback use Mods bitmask directly
Helps hexops/mach#37

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2021-10-30 20:06:03 -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: correct clipboard test 2021-10-24 08:55:26 -07:00
consts.zig glfw: correct typo in constant name 2021-10-23 22:12:56 -07:00
Cursor.zig glfw: add enum for standard cursor shapes 2021-10-22 00:35:34 -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: ziggify Joystick hat bitmasks 2021-10-30 20:06:03 -07:00
key.zig glfw: ziggify all Action enums 2021-10-29 21:27:20 -07:00
main.zig glfw: glfw.mod.Mods -> glfw.Mods, etc. & fix test compilation 2021-10-30 20:06:03 -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: better handle Wayland limitations 2021-07-23 14:05:54 -07:00
mouse_button.zig glfw: correct import references 2021-07-17 20:19:46 -07:00
opengl.zig glfw: make glfw.getProcAddress conform to GLFW C ABI 2021-10-29 17:13:21 -07:00
time.zig glfw: add glfw.getTimerFrequency 2021-10-16 18:39:57 -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: improve panic message for glfw.getInstanceProcAddress 2021-10-29 17:13:21 -07:00
Window.zig glfw: make setMouseButtonCallback use Mods bitmask directly 2021-10-30 20:06:03 -07:00