Public Member Functions | |
virtual bool | handle_event (const SDL_Event &e) |
virtual void | button_down (int button, const iVec2 &position) |
virtual void | button_up (int button, const iVec2 &position) |
virtual void | mouse_move (int button, const iVec2 &position) |
Protected Member Functions | |
virtual void | set_capture (Component *child) |
virtual bool SDLPP::RootComponent::handle_event | ( | const SDL_Event & | ) | [inline, virtual] |
Handle the incoming event. Return true if event was handled and should not be passed to other handlers
Implements SDLPP::EventListener.