glfw: add general constants
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
d0be590230
commit
61eafbf69a
2 changed files with 205 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ const testing = std.testing;
|
|||
|
||||
const c = @cImport(@cInclude("GLFW/glfw3.h"));
|
||||
|
||||
pub usingnamespace @import("consts.zig");
|
||||
|
||||
pub const action = @import("action.zig");
|
||||
pub const gamepad_axis = @import("gamepad_axis.zig");
|
||||
pub const gamepad_button = @import("gamepad_button.zig");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue