|
| bool | remapKey (SDL_Event &ev, Common::Event &event) |
| |
|
bool | handleMouseMotion (SDL_Event &ev, Common::Event &event) override |
| |
|
bool | handleMouseButtonDown (SDL_Event &ev, Common::Event &event) override |
| |
|
bool | handleMouseButtonUp (SDL_Event &ev, Common::Event &event) override |
| |
|
bool | handleJoyAxisMotion (SDL_Event &ev, Common::Event &event) override |
| |
| virtual bool | handleAxisToMouseMotion (int16 xAxis, int16 yAxis) |
| |
| int16 | computeJoystickMouseSpeedFactor () const |
| |
| void | resetKeyboardEmulation (int16 x_max, int16 y_max) |
| |
|
virtual void | updateKbdMouse () |
| |
|
virtual bool | handleKbdMouse (Common::Event &event) |
| |
| void | loadGameControllerMappingFile () |
| |
| void | openJoystick (int joystickIndex) |
| |
| void | closeJoystick () |
| |
| virtual void | preprocessEvents (SDL_Event *event) |
| |
| virtual bool | dispatchSDLEvent (SDL_Event &ev, Common::Event &event) |
| |
| virtual bool | processMouseEvent (Common::Event &event, int x, int y, int relx=0, int rely=0) |
| |
| virtual int | mapKey (SDL_Keycode key, SDL_Keymod mod, Uint16 unicode) |
| |
| virtual void | SDLModToOSystemKeyFlags (SDL_Keymod mod, Common::Event &event) |
| |
| Common::KeyCode | SDLToOSystemKeycode (const SDL_Keycode key) |
| |
| bool | handleResizeEvent (Common::Event &event, int w, int h) |
| |
| uint32 | obtainUnicode (const SDL_Keysym keySym) |
| |
| SDL_Keycode | obtainKeycode (const SDL_Keysym keySym) |
| |
|
virtual bool | handleKeyDown (SDL_Event &ev, Common::Event &event) |
| |
|
virtual bool | handleKeyUp (SDL_Event &ev, Common::Event &event) |
| |
|
virtual bool | handleSysWMEvent (SDL_Event &ev, Common::Event &event) |
| |
|
virtual int | mapSDLJoystickButtonToOSystem (Uint8 sdlButton) |
| |
|
virtual bool | handleJoyButtonDown (SDL_Event &ev, Common::Event &event) |
| |
|
virtual bool | handleJoyButtonUp (SDL_Event &ev, Common::Event &event) |
| |
|
virtual bool | handleJoyHatMotion (SDL_Event &ev, Common::Event &event) |
| |