glfw: add gamepad axis
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
fcc289a0eb
commit
98280d3be7
2 changed files with 14 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ const testing = std.testing;
|
|||
const c = @cImport(@cInclude("GLFW/glfw3.h"));
|
||||
|
||||
pub const action = @import("action.zig");
|
||||
pub const gamepad_axis = @import("gamepad_axis.zig");
|
||||
pub const hat = @import("hat.zig");
|
||||
pub const joystick = @import("joystick.zig");
|
||||
pub const key = @import("key.zig");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue