hedgewars/uKeys.pas
changeset 345 fa39c61be4de
parent 299 098c722e13e1
child 351 29bc9c36ad5f
equal deleted inserted replaced
344:a98ade8c99b6 345:fa39c61be4de
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    17  *)
    17  *)
    18 
    18 
    19 unit uKeys;
    19 unit uKeys;
    20 interface
    20 interface
       
    21 uses uConsts;
    21 {$INCLUDE options.inc}
    22 {$INCLUDE options.inc}
    22 uses uConsts;
       
    23 
    23 
    24 type TBinds = array[0..cKeyMaxIndex] of shortstring;
    24 type TBinds = array[0..cKeyMaxIndex] of shortstring;
    25 
    25 
    26 function KeyNameToCode(name: string): word;
    26 function KeyNameToCode(name: string): word;
    27 procedure ProcessKbd;
    27 procedure ProcessKbd;