mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-26 22:40:50 +00:00
Repariere die Cursortasten im Menü
This commit is contained in:
parent
c9b7cfb21e
commit
5af05f7d81
1 changed files with 0 additions and 12 deletions
|
@ -36,18 +36,6 @@
|
||||||
#define MTYPE_SEPARATOR 4
|
#define MTYPE_SEPARATOR 4
|
||||||
#define MTYPE_FIELD 5
|
#define MTYPE_FIELD 5
|
||||||
|
|
||||||
#define K_TAB 9
|
|
||||||
#define K_ENTER 13
|
|
||||||
#define K_ESCAPE 27
|
|
||||||
#define K_SPACE 32
|
|
||||||
|
|
||||||
/* normal keys should be passed as lowercased ascii */
|
|
||||||
#define K_BACKSPACE 127
|
|
||||||
#define K_UPARROW 128
|
|
||||||
#define K_DOWNARROW 129
|
|
||||||
#define K_LEFTARROW 130
|
|
||||||
#define K_RIGHTARROW 131
|
|
||||||
|
|
||||||
#define QMF_LEFT_JUSTIFY 0x00000001
|
#define QMF_LEFT_JUSTIFY 0x00000001
|
||||||
#define QMF_GRAYED 0x00000002
|
#define QMF_GRAYED 0x00000002
|
||||||
#define QMF_NUMBERSONLY 0x00000004
|
#define QMF_NUMBERSONLY 0x00000004
|
||||||
|
|
Loading…
Reference in a new issue