Mercurial > sdl-ios-xcode
diff src/video/android/SDL_androidvideo.h @ 5001:77df56570442
Added "mouse" support for the Android touch screen
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 13 Jan 2011 18:31:15 -0800 |
parents | a514bfe6952a |
children | b530ef003506 |
line wrap: on
line diff
--- a/src/video/android/SDL_androidvideo.h Thu Jan 13 18:03:56 2011 -0800 +++ b/src/video/android/SDL_androidvideo.h Thu Jan 13 18:31:15 2011 -0800 @@ -34,6 +34,7 @@ extern int Android_ScreenWidth; extern int Android_ScreenHeight; extern Uint32 Android_ScreenFormat; +extern SDL_Window *Android_Window; #endif /* _SDL_androidvideo_h */