glfw: identify remaining constants for enumification
Helps hexops/mach#37 Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
82a4d02397
commit
8c36ea36f8
2 changed files with 23 additions and 10 deletions
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
const c = @import("c.zig").c;
|
||||
|
||||
// TODO(enumify)
|
||||
pub const one = c.GLFW_MOUSE_BUTTON_1;
|
||||
pub const two = c.GLFW_MOUSE_BUTTON_2;
|
||||
pub const three = c.GLFW_MOUSE_BUTTON_3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue