hedgewars/uKeys.pas
changeset 2599 c7153d2348f3
parent 2591 c6597b65caea
child 2606 ed687a8d081f
equal deleted inserted replaced
2598:e118329666ff 2599:c7153d2348f3
    17  *)
    17  *)
    18 
    18 
    19 unit uKeys;
    19 unit uKeys;
    20 interface
    20 interface
    21 uses uConsts, SDLh;
    21 uses uConsts, SDLh;
    22 {$INCLUDE options.inc}
    22 {$INCLUDE "options.inc"}
    23 
    23 
    24 type TBinds = array[0..cKeyMaxIndex] of shortstring;
    24 type TBinds = array[0..cKeyMaxIndex] of shortstring;
    25 type TKeyboardState = array[0..cKeyMaxIndex] of Byte;
    25 type TKeyboardState = array[0..cKeyMaxIndex] of Byte;
    26 
    26 
    27 function  KeyNameToCode(name: string): word;
    27 function  KeyNameToCode(name: string): word;