glfw: identify remaining constants for enumification

Helps hexops/mach#37

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2021-10-30 14:45:07 -07:00 committed by Stephen Gutekanst
parent 82a4d02397
commit 8c36ea36f8
2 changed files with 23 additions and 10 deletions

View file

@ -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;