![]() |
Kale
|
#include <Events.hpp>
Public Member Functions | |
virtual void | onWindowResize (Vector2ui oldSize, Vector2ui newSize) |
virtual void | onWindowLostFocus () |
virtual void | onWindowGainedFocus () |
virtual void | onControllerConnect (unsigned int controller) |
virtual void | onControllerDisconnect (unsigned int controller) |
virtual void | onControllerButtonPress (unsigned int controller, ControllerButton button) |
virtual void | onControllerButtonRelease (unsigned int controller, ControllerButton button) |
virtual void | onControllerHandle (unsigned int controller, ControllerAxis handle, float position) |
virtual void | onControllerJoystick (unsigned int controller, ControllerAxis joystick, Vector2f position) |
virtual void | onKeyPress (Key key) |
virtual void | onKeyRelease (Key key) |
virtual void | onMouseMove (Vector2f pos) |
virtual void | onMouseScroll (float scroll) |
virtual void | onLeftClick () |
virtual void | onMiddleClick () |
virtual void | onRightClick () |
virtual void | onLeftClickRelease () |
virtual void | onMiddleClickRelease () |
virtual void | onRightClickRelease () |
virtual void | onTouchBegin (unsigned int touch, Vector2f pos) |
virtual void | onTouchMove (unsigned int touch, Vector2f pos) |
virtual void | onTouchEnd (unsigned int touch) |
Friends | |
class | Window |
Represents any class intended to handle events
Definition at line 56 of file Events.hpp.
|
inlinevirtual |
Called when the event is fired
Definition at line 88 of file Events.hpp.
|
inlinevirtual |
Called when the event is fired
Definition at line 93 of file Events.hpp.
|
inlinevirtual |
Called when the event is fired
Definition at line 78 of file Events.hpp.
|
inlinevirtual |
Called when the event is fired
Definition at line 83 of file Events.hpp.
|
inlinevirtual |
Called when the event is fired
Definition at line 98 of file Events.hpp.
|
inlinevirtual |
Called when the event is fired
Definition at line 103 of file Events.hpp.
|
inlinevirtual |
Called when the event is fired
Definition at line 108 of file Events.hpp.
|
inlinevirtual |
Called when the event is fired
Definition at line 113 of file Events.hpp.
|
inlinevirtual |
Called when the event is fired
Definition at line 128 of file Events.hpp.
|
inlinevirtual |
Called when the event is fired
Definition at line 143 of file Events.hpp.
|
inlinevirtual |
Called when the event is fired
Definition at line 133 of file Events.hpp.
|
inlinevirtual |
Called when the event is fired
Definition at line 148 of file Events.hpp.
|
inlinevirtual |
Called when the event is fired
Definition at line 118 of file Events.hpp.
|
inlinevirtual |
Called when the event is fired
Definition at line 123 of file Events.hpp.
|
inlinevirtual |
Called when the event is fired
Definition at line 138 of file Events.hpp.
|
inlinevirtual |
Called when the event is fired
Definition at line 153 of file Events.hpp.
|
inlinevirtual |
Called when the event is fired
Definition at line 158 of file Events.hpp.
|
inlinevirtual |
Called when the event is fired
Definition at line 168 of file Events.hpp.
|
inlinevirtual |
Called when the event is fired
Definition at line 163 of file Events.hpp.
|
inlinevirtual |
Called when the event is fired
Definition at line 73 of file Events.hpp.
|
inlinevirtual |
Called when the event is fired
Definition at line 68 of file Events.hpp.
|
inlinevirtual |
Called when the event is fired
Reimplemented in Kale::Scene, and Kale::OpenGL::Core::ResizeHandler.
Definition at line 63 of file Events.hpp.
|
friend |
Definition at line 170 of file Events.hpp.