sdlterm/src/sdlterm.h
changeset 72 6e0656600754
parent 71 cfd3445107b4
child 73 85a282b5e4fc
--- 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);