Mercurial > sdl-ios-xcode
diff src/SDL_compat.c @ 1680:9488fca10677 SDL-1.3
Dummy video driver works again in high color video modes. Yay!
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 14 Jun 2006 08:41:13 +0000 |
parents | 90bf530ced8e |
children | 80a5e6a4e1e2 |
line wrap: on
line diff
--- a/src/SDL_compat.c Wed Jun 14 06:26:35 2006 +0000 +++ b/src/SDL_compat.c Wed Jun 14 08:41:13 2006 +0000 @@ -581,6 +581,12 @@ return (SDL_GrabMode) SDL_GetWindowGrab(SDL_VideoWindow); } +void +SDL_WarpMouse(Uint16 x, Uint16 y) +{ + SDL_WarpMouseInWindow(SDL_VideoWindow, x, y); +} + Uint8 SDL_GetAppState(void) {