equal
deleted
inserted
replaced
652 function SDL_PollEvent(event: PSDL_Event): LongInt; cdecl; external SDLLibName; |
652 function SDL_PollEvent(event: PSDL_Event): LongInt; cdecl; external SDLLibName; |
653 function SDL_WaitEvent(event: PSDL_Event): LongInt; cdecl; external SDLLibName; |
653 function SDL_WaitEvent(event: PSDL_Event): LongInt; cdecl; external SDLLibName; |
654 |
654 |
655 function SDL_ShowCursor(toggle: LongInt): LongInt; cdecl; external SDLLibName; |
655 function SDL_ShowCursor(toggle: LongInt): LongInt; cdecl; external SDLLibName; |
656 |
656 |
|
657 procedure SDL_WM_SetIcon(icon: PSDL_Surface; mask : byte); cdecl; external SDLLibName; |
657 procedure SDL_WM_SetCaption(title: PChar; icon: PChar); cdecl; external SDLLibName; |
658 procedure SDL_WM_SetCaption(title: PChar; icon: PChar); cdecl; external SDLLibName; |
658 function SDL_WM_ToggleFullScreen(surface: PSDL_Surface): LongInt; cdecl; external SDLLibName; |
659 function SDL_WM_ToggleFullScreen(surface: PSDL_Surface): LongInt; cdecl; external SDLLibName; |
659 |
660 |
660 function SDL_CreateMutex: PSDL_mutex; cdecl; external SDLLibName; |
661 function SDL_CreateMutex: PSDL_mutex; cdecl; external SDLLibName; |
661 procedure SDL_DestroyMutex(mutex: PSDL_mutex); cdecl; external SDLLibName; |
662 procedure SDL_DestroyMutex(mutex: PSDL_mutex); cdecl; external SDLLibName; |