DEADSOFTWARE

master: add unban command
[d2df-sdl.git] / src / engine / e_input_stub.inc
index 670390a2b4c256f2ac257e35e4c972c79ee75c69..496dde54a1843de3ef482599dd7a49eff4e04363 100644 (file)
@@ -138,8 +138,7 @@ interface
     IK_Y       = 106;
     IK_Z       = 107;
     IK_MINUS   = 108;
-    IK_RMETA   = 109;
-    IK_LMETA   = 110;
+    IK_NONUSBACKSLASH = 111;
     // TODO: think of something better than this shit
     IK_LASTKEY = e_MaxKbdKeys-1;
 
@@ -352,8 +351,7 @@ begin
   e_KeyNames[IK_DOT] := '.';
   e_KeyNames[IK_MINUS] := '-';
   e_KeyNames[IK_EQUALS] := '=';
-  e_KeyNames[IK_RMETA] := 'RMETA';
-  e_KeyNames[IK_LMETA] := 'LMETA';
+  e_KeyNames[IK_NONUSBACKSLASH] := 'NONUSBACKSLASH';
 
   // joysticks
   for j := 0 to e_MaxJoys-1 do