IK_Y = 106;
IK_Z = 107;
IK_MINUS = 108;
+ IK_NONUSBACKSLASH = 111;
// TODO: think of something better than this shit
IK_LASTKEY = e_MaxKbdKeys-1;
e_KeyNames[IK_DOT] := '.';
e_KeyNames[IK_MINUS] := '-';
e_KeyNames[IK_EQUALS] := '=';
+ e_KeyNames[IK_NONUSBACKSLASH] := 'NONUSBACKSLASH';
// joysticks
for j := 0 to e_MaxJoys-1 do