equal
deleted
inserted
replaced
236 bool _cursor_visible; |
236 bool _cursor_visible; |
237 |
237 |
238 int _mousemove_last_x; |
238 int _mousemove_last_x; |
239 int _mousemove_last_y; |
239 int _mousemove_last_y; |
240 |
240 |
|
241 bool _handle_event(const SDL_Event &sdl_event, Event &event); |
241 const char *_translate_keyname(SDLKey sym); |
242 const char *_translate_keyname(SDLKey sym); |
242 int _translate_mod(SDLMod mod); |
243 int _translate_mod(SDLMod mod); |
243 static Uint32 _wait_event_callback(Uint32 interval, void *param); |
244 static Uint32 _wait_event_callback(Uint32 interval, void *param); |
244 static Uint32 _blink_toggle_callback(Uint32 interval, void *param); |
245 static Uint32 _blink_toggle_callback(Uint32 interval, void *param); |
245 }; |
246 }; |