hedgewars/uVariables.pas
branch0.9.15
changeset 4744 ecc2c757d0df
parent 4695 ac2cb3b99d70
child 4845 9a0f5377c529
equal deleted inserted replaced
4742:0317c797195a 4744:ecc2c757d0df
  2107     ControllerHats: array[0..5] of array[0..19] of Byte;
  2107     ControllerHats: array[0..5] of array[0..19] of Byte;
  2108     ControllerButtons: array[0..5] of array[0..19] of Byte;
  2108     ControllerButtons: array[0..5] of array[0..19] of Byte;
  2109 
  2109 
  2110     DefaultBinds, CurrentBinds: TBinds;
  2110     DefaultBinds, CurrentBinds: TBinds;
  2111 
  2111 
  2112     coeff: LongInt;
       
  2113 {$IFDEF HWLIBRARY}
  2112 {$IFDEF HWLIBRARY}
  2114     leftClick: boolean;
  2113     leftClick: boolean;
  2115     middleClick: boolean;
  2114     middleClick: boolean;
  2116     rightClick: boolean;
  2115     rightClick: boolean;
  2117 
  2116