glfw: add mouse button IDs

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2021-07-16 12:20:32 -07:00
parent a5cc868643
commit 3b2f39daaa
4 changed files with 22 additions and 2 deletions

View file

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