mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
[input] Add a shift enum element for numlock
I don't know why I missed this one.
This commit is contained in:
parent
5099633bc8
commit
e89b5a88fa
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ typedef enum {
|
||||||
ies_capslock = 2,
|
ies_capslock = 2,
|
||||||
ies_control = 4,
|
ies_control = 4,
|
||||||
ies_alt = 8,
|
ies_alt = 8,
|
||||||
|
ies_numlock = 16,
|
||||||
} IE_shift;
|
} IE_shift;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
|
Loading…
Reference in a new issue