X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fsdl2%2Fg_system.pas;h=abfbfb322dfebceeb83d4f5c9b99fd7ee204e6fb;hp=058a03b9c16980df7aafc7bc7b5db3482547f4da;hb=f0a9bf39a38819cc4e86b81d2daefc6b029ccb20;hpb=83221a8d1b958465bd68e3c79575f4a94c8ffa42 diff --git a/src/game/sdl2/g_system.pas b/src/game/sdl2/g_system.pas index 058a03b..abfbfb3 100644 --- a/src/game/sdl2/g_system.pas +++ b/src/game/sdl2/g_system.pas @@ -71,9 +71,11 @@ implementation JoystickHatState: array [0..e_MaxJoys - 1, 0..e_MaxJoyHats - 1, HAT_LEFT..HAT_DOWN] of Boolean; JoystickZeroAxes: array [0..e_MaxJoys - 1, 0..e_MaxJoyAxes - 1] of Integer; +{$IFDEF ENABLE_TOUCH} var (* touch *) angleFire: Boolean; keyFinger: array [VK_FIRSTKEY..VK_LASTKEY] of Integer; +{$ENDIF} (* --------- Graphics --------- *)