equal
deleted
inserted
replaced
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 |