hedgewars/SDLh.pas
branchhedgeroid
changeset 5544 f72a87bfa655
parent 5530 25d4118056e1
child 5550 50650032c251
equal deleted inserted replaced
5542:141c12a23787 5544:f72a87bfa655
   144     SDL_JOYAXISMOTION     = $600;
   144     SDL_JOYAXISMOTION     = $600;
   145     SDL_JOYBALLMOTION     = $601;
   145     SDL_JOYBALLMOTION     = $601;
   146     SDL_JOYHATMOTION      = $602;
   146     SDL_JOYHATMOTION      = $602;
   147     SDL_JOYBUTTONDOWN     = $603;
   147     SDL_JOYBUTTONDOWN     = $603;
   148     SDL_JOYBUTTONUP       = $604;
   148     SDL_JOYBUTTONUP       = $604;
       
   149     SDL_FINGERDOWN        = $700;
       
   150     SDL_FINGERUP          = $701;
       
   151     SDL_FINGERMOTION      = $702;
   149     //TODO: implement otheer event types
   152     //TODO: implement otheer event types
   150     SDL_USEREVENT         = $8000;
   153     SDL_USEREVENT         = $8000;
   151     SDL_LASTEVENT         = $FFFF;
   154     SDL_LASTEVENT         = $FFFF;
   152 
   155 
   153     // SDL_Surface flags
   156     // SDL_Surface flags