![]() |
Lysa
0.0
Lysa 3D Engine
|
Mouse move event
Inheritance diagram for InputEventMouseMotion:Public Member Functions | |
| InputEventMouseMotion (const uint32 buttonsState, const int modifiers, const float posX, const float posY, const float rX, const float rY) | |
| float | getRelativeX () const |
| float | getRelativeY () const |
Public Member Functions inherited from InputEventMouse | |
| auto | getPosition () const |
| auto | getX () const |
| auto | getY () const |
| auto | getButtonsState () |
| auto | getModifiers () const |
Public Member Functions inherited from InputEvent | |
| InputEventType | getType () const |
Public Member Functions inherited from Object | |
| void | connect (const Signal::signal &name, const Signal::Handler &handler) |
| void | connect (const Signal::signal &name, const std::function< void ()> &handler) |
| void | emit (const Signal::signal &name, void *params=nullptr) |
| virtual std::string | toString () const |
| Object () = default | |
| virtual | ~Object () = default |
Additional Inherited Members | |
Protected Member Functions inherited from InputEventMouse | |
| InputEventMouse (const InputEventType type, const uint32 buttonsState, const int modifiers, const float posX, const float posY) | |
Protected Member Functions inherited from InputEvent | |
| InputEvent (const InputEventType type) | |
|
inline |
|
inline |
Returns the relative x movement
|
inline |
Returns the relative y movement