zig-glfw/glfw/src
Stephen Gutekanst 269b4cacc8 glfw: add Joystick.getAxes
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2021-10-22 00:35:34 -07:00
..
action.zig fix key.press being set to release (#27) 2021-09-17 15:46:26 -07:00
c.zig glfw: add glfw.getInstanceProcAddress 2021-10-16 18:39:57 -07:00
clipboard.zig glfw: add glfw.getClipboardString 2021-10-16 18:39:57 -07:00
consts.zig glfw: deduplicate @cImport for type equivalence 2021-07-17 20:14:09 -07:00
errors.zig glfw: deduplicate @cImport for type equivalence 2021-07-17 20:14:09 -07:00
gamepad_axis.zig glfw: correct import references 2021-07-17 20:19:46 -07:00
gamepad_button.zig glfw: correct import references 2021-07-17 20:19:46 -07:00
GammaRamp.zig glfw: add GammaRamp type 2021-07-17 21:29:51 -07:00
hat.zig glfw: correct import references 2021-07-17 20:19:46 -07:00
Image.zig glfw: add Image type 2021-07-20 21:00:05 -07:00
input.zig glfw: rename joystick -> Joystick; add Joystick.getGamepadState 2021-10-22 00:35:34 -07:00
joystick.zig glfw: add Joystick.getAxes 2021-10-22 00:35:34 -07:00
key.zig glfw: correct C key / C import conflict 2021-07-16 15:07:26 -07:00
main.zig glfw: rename joystick -> Joystick; add Joystick.getGamepadState 2021-10-22 00:35:34 -07:00
mod.zig glfw: correct import references 2021-07-17 20:19:46 -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: add system for nice Zig callbacks, add Window.setPosCallback 2021-10-18 20:52:34 -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: add glfw.createWindowSurface 2021-10-18 20:52:34 -07:00
Window.zig glfw: fix getWindowPos (#35) 2021-10-19 15:01:17 -07:00