Fix #3 on master (3.0) branch

This commit is contained in:
Not-Nik 2020-05-22 21:06:43 +10:00
parent ecd3f09040
commit 468ccf3a1a
No known key found for this signature in database
GPG Key ID: 08BB71E672DB3BFD

View File

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