hedgewars/hwengine.pas
branchhedgeroid
changeset 5540 76392a62da2f
parent 5530 25d4118056e1
child 5550 50650032c251
--- a/hedgewars/hwengine.pas	Wed Aug 10 14:55:00 2011 +0200
+++ b/hedgewars/hwengine.pas	Thu Aug 11 14:56:31 2011 +0200
@@ -169,6 +169,9 @@
                         cHasFocus:= true;
                         onFocusStateChanged()
                         end;
+                SDL_FINGERDOWN: WriteToConsole('finger down');
+                SDL_FINGERMOTION: WriteToConsole('finger is moving');
+                SDL_FINGERUP: WriteToConsole('finger up');
 {$ELSE}
                     KeyPressChat(event.key.keysym.unicode);
                 SDL_MOUSEBUTTONDOWN: if event.button.button = SDL_BUTTON_WHEELDOWN then wheelDown:= true;