mirror of
https://github.com/raylib-zig/raylib-zig.git
synced 2026-02-20 08:14:33 +00:00
Fix #3 on master (3.0) branch
This commit is contained in:
parent
ecd3f09040
commit
468ccf3a1a
@ -431,6 +431,7 @@ pub const TraceLogType = extern enum(c_int) {
|
||||
LOG_NONE = 7,
|
||||
};
|
||||
pub const KeyboardKey = extern enum(c_int) {
|
||||
KEY_NULL = 0,
|
||||
KEY_APOSTROPHE = 39,
|
||||
KEY_COMMA = 44,
|
||||
KEY_MINUS = 45,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user