![]() |
Public API Reference |
#include <event.h>
Public Attributes | |
int | x |
Mouse x. More... | |
int | y |
Mouse y. More... | |
int | Button |
Button number: 1-left, 2-right, 3-middle (higher indices may occur). More... | |
int | Modifiers |
Control key state. More... |
Definition at line 64 of file event.h.
|
Button number: 1-left, 2-right, 3-middle (higher indices may occur).
Definition at line 74 of file event.h. Referenced by awsEmbeddedComponent::HandleEvent. |
|
Control key state.
|
|
Mouse x.
Definition at line 67 of file event.h. Referenced by awsEmbeddedComponent::HandleEvent. |
|
Mouse y.
Definition at line 69 of file event.h. Referenced by awsEmbeddedComponent::HandleEvent. |