Struct MouseLeaveEvent
#include <KeyMouseEvents.h>
Public Attributes
| Type | Name |
|---|---|
| Input::SpecialKeys | key |
| Input::MouseButtons | mouse |
| float | x |
| float | y |
Public Attributes Documentation
variable key
Input::SpecialKeys MouseLeaveEvent::key;
variable mouse
Input::MouseButtons MouseLeaveEvent::mouse;
variable x
float MouseLeaveEvent::x;
variable y
float MouseLeaveEvent::y;
The documentation for this class was generated from the following file src/editor/events/KeyMouseEvents.h