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