equal
deleted
inserted
replaced
1113 procedure SDL_SetEventFilter(filter: TSDL_EventFilter); cdecl; external SDLLibName; |
1113 procedure SDL_SetEventFilter(filter: TSDL_EventFilter); cdecl; external SDLLibName; |
1114 |
1114 |
1115 function SDL_ShowCursor(toggle: LongInt): LongInt; cdecl; external SDLLibName; |
1115 function SDL_ShowCursor(toggle: LongInt): LongInt; cdecl; external SDLLibName; |
1116 procedure SDL_WarpMouse(x, y: Word); inline; |
1116 procedure SDL_WarpMouse(x, y: Word); inline; |
1117 |
1117 |
1118 function SDL_GetKeyState(numkeys: PLongInt): PByteArray; cdecl; external SDLLibName name 'SDL_GetKeyboardState'; |
1118 function SDL_GetKeyboardState(numkeys: PLongInt): PByteArray; cdecl; external SDLLibName; |
1119 |
1119 |
1120 procedure SDL_WM_SetIcon(icon: PSDL_Surface; mask : Byte); cdecl; external SDLLibName; |
1120 procedure SDL_WM_SetIcon(icon: PSDL_Surface; mask : Byte); cdecl; external SDLLibName; |
1121 procedure SDL_WM_SetCaption(title: PChar; icon: PChar); cdecl; external SDLLibName; |
1121 procedure SDL_WM_SetCaption(title: PChar; icon: PChar); cdecl; external SDLLibName; |
1122 function SDL_WM_ToggleFullScreen(surface: PSDL_Surface): LongInt; cdecl; external SDLLibName; |
1122 function SDL_WM_ToggleFullScreen(surface: PSDL_Surface): LongInt; cdecl; external SDLLibName; |
1123 |
1123 |