mirror of
https://github.com/Not-Nik/raylib-zig.git
synced 2025-09-09 12:07:27 +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