glfw: add monitor.getAll support
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
1cedf40671
commit
04cbfb2e1e
2 changed files with 43 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ pub const hat = @import("hat.zig");
|
|||
pub const joystick = @import("joystick.zig");
|
||||
pub const key = @import("key.zig");
|
||||
pub const mod = @import("mod.zig");
|
||||
pub const Monitor = @import("Monitor.zig");
|
||||
pub const mouse_button = @import("mouse_button.zig");
|
||||
pub const version = @import("version.zig");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue