glfw: add modifier key flags

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2021-07-16 12:15:49 -07:00
parent f8a6f2fd74
commit a5cc868643
2 changed files with 24 additions and 0 deletions

View file

@ -6,6 +6,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 mod = @import("mod.zig");
pub const version = @import("version.zig");
pub fn basicTest() void {