hedgewars/SDLh.pas
changeset 5018 cede79695460
parent 5004 2efa6a414518
child 5041 3dc6ad20cbfe
equal deleted inserted replaced
5017:d29cf06d7d11 5018:cede79695460
   182     SDL_WINDOWEVENT_ENTER        = 9;    //*< Window has gained mouse focus
   182     SDL_WINDOWEVENT_ENTER        = 9;    //*< Window has gained mouse focus
   183     SDL_WINDOWEVENT_LEAVE        = 10;   //*< Window has lost mouse focus
   183     SDL_WINDOWEVENT_LEAVE        = 10;   //*< Window has lost mouse focus
   184     SDL_WINDOWEVENT_FOCUS_GAINED = 11;   //*< Window has gained keyboard focus
   184     SDL_WINDOWEVENT_FOCUS_GAINED = 11;   //*< Window has gained keyboard focus
   185     SDL_WINDOWEVENT_FOCUS_LOST   = 12;   //*< Window has lost keyboard focus
   185     SDL_WINDOWEVENT_FOCUS_LOST   = 12;   //*< Window has lost keyboard focus
   186     SDL_WINDOWEVENT_CLOSE        = 13;   //*< The window manager requests that the window be closed */
   186     SDL_WINDOWEVENT_CLOSE        = 13;   //*< The window manager requests that the window be closed */
       
   187 
       
   188     SDL_RENDERER_ACCELERATED  = $00000001;   //*< The renderer uses hardware acceleration
       
   189     SDL_RENDERER_PRESENTVSYNC = $00000002;   //*< Present is synchronized with the refresh rate
   187 {$ELSE}
   190 {$ELSE}
   188     // SDL_Event types
   191     // SDL_Event types
   189     SDL_NOEVENT         = 0;
   192     SDL_NOEVENT         = 0;
   190     SDL_ACTIVEEVENT     = 1;
   193     SDL_ACTIVEEVENT     = 1;
   191     SDL_KEYDOWN         = 2;
   194     SDL_KEYDOWN         = 2;