comparison src/video/android/SDL_androidevents.h @ 4713:ba38983b10c2

Added preliminary keyboard event support
author Paul Hunkin <paul@bieh.net>
date Wed, 07 Jul 2010 00:43:23 +1200
parents 44798016d513
children d9fdff945ec9
comparison
equal deleted inserted replaced
4712:8319aa8fa4dc 4713:ba38983b10c2
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 #include "SDL_androidvideo.h" 24 #include "SDL_androidvideo.h"
25 25
26 extern void Android_PumpEvents(_THIS); 26 extern void Android_PumpEvents(_THIS);
27 extern void Android_InitEvents();
27 28
28 /* vi: set ts=4 sw=4 expandtab: */ 29 /* vi: set ts=4 sw=4 expandtab: */