Bring these back since we might need them
This commit is contained in:
parent
f5cba44f18
commit
1dab7ed7ff
1 changed files with 8 additions and 0 deletions
|
|
@ -30,6 +30,14 @@ extern "C" {
|
|||
#define KEY_MINUS 45
|
||||
#define KEY_EQUALS 61
|
||||
|
||||
//azerty special keys support
|
||||
//(necessary for being able to print 'regular' chars in azerty)
|
||||
#define KEY_FR_E_AIGUE (0x80+2)
|
||||
#define KEY_FR_E_GRAVE (0x80+10)
|
||||
#define KEY_FR_C_CEDILLE (0x80+7)
|
||||
#define KEY_FR_A_GRAVE (0x80+5)
|
||||
#define KEY_FR_U_GRAVE (0x80+13)
|
||||
|
||||
#define KEY_NUMLOCK (0x80+69)
|
||||
#define KEY_SCROLLLOCK (0x80+70)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue