|  | Gamedev Framework (gf)
    0.19.0
    A C++17 framework for 2D games | 
Mouse cursor move event parameters (EventType::MouseMoved) More...
#include <gf/Event.h>
| Public Attributes | |
| uint32_t | windowId | 
| The window id of the event.  More... | |
| Vector2i | coords | 
| Position of the mouse cursor.  More... | |
| Vector2i | motion | 
| Relative position of the mouse cursor.  More... | |
Mouse cursor move event parameters (EventType::MouseMoved)
| Vector2i gf::MouseCursorEvent::coords | 
Position of the mouse cursor.
| Vector2i gf::MouseCursorEvent::motion | 
Relative position of the mouse cursor.
| uint32_t gf::MouseCursorEvent::windowId | 
The window id of the event.
 1.8.13
 1.8.13