hedgewars/SDLh.pas
changeset 8742 b7b8bd398c1b
parent 8530 66cedf3e9d1e
child 8745 b3756c3f65e5
equal deleted inserted replaced
8741:c98ec6865631 8742:b7b8bd398c1b
   310     {* SDL_image *}
   310     {* SDL_image *}
   311     IMG_INIT_JPG = $00000001;
   311     IMG_INIT_JPG = $00000001;
   312     IMG_INIT_PNG = $00000002;
   312     IMG_INIT_PNG = $00000002;
   313     IMG_INIT_TIF = $00000004;
   313     IMG_INIT_TIF = $00000004;
   314 
   314 
       
   315     {* SDL_keysym *}
       
   316     SDLK_BACKSPACE = 8;
       
   317     SDLK_RETURN    = 13;
       
   318     SDLK_ESCAPE    = 27;
       
   319     SDLK_UP        = 273;
       
   320     SDLK_DOWN      = 274;
       
   321 
   315 
   322 
   316 /////////////////////////////////////////////////////////////////
   323 /////////////////////////////////////////////////////////////////
   317 ///////////////////////  TYPE DEFINITIONS ///////////////////////
   324 ///////////////////////  TYPE DEFINITIONS ///////////////////////
   318 /////////////////////////////////////////////////////////////////
   325 /////////////////////////////////////////////////////////////////
   319 
   326