diff -r cfd3445107b4 -r 6e0656600754 sdlterm/src/sdlterm.h --- a/sdlterm/src/sdlterm.h Wed Jan 30 00:38:48 2013 +0100 +++ b/sdlterm/src/sdlterm.h Wed Jan 30 19:44:01 2013 +0100 @@ -238,6 +238,7 @@ int _mousemove_last_x; int _mousemove_last_y; + bool _handle_event(const SDL_Event &sdl_event, Event &event); const char *_translate_keyname(SDLKey sym); int _translate_mod(SDLMod mod); static Uint32 _wait_event_callback(Uint32 interval, void *param);