glfw: add keyboard key ID constants
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
161b0a540f
commit
f8a6f2fd74
2 changed files with 148 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ const c = @cImport(@cInclude("GLFW/glfw3.h"));
|
|||
|
||||
pub const action = @import("action.zig");
|
||||
pub const hat = @import("hat.zig");
|
||||
pub const key = @import("key.zig");
|
||||
pub const version = @import("version.zig");
|
||||
|
||||
pub fn basicTest() void {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue