|
LMMS
|
#include <pugl.h>
Public Attributes | |
| PuglEventType | type |
| PUGL_MOTION | |
| PuglEventFlags | flags |
| Bitwise OR of PuglEventFlag values. | |
| double | time |
| Time in seconds. | |
| double | x |
| View-relative X coordinate. | |
| double | y |
| View-relative Y coordinate. | |
| double | xRoot |
| Root-relative X coordinate. | |
| double | yRoot |
| Root-relative Y coordinate. | |
| PuglMods | state |
| Bitwise OR of PuglMod flags. | |
Pointer motion event.
| PuglEventFlags PuglMotionEvent::flags |
Bitwise OR of PuglEventFlag values.
| double PuglMotionEvent::time |
Time in seconds.
| PuglEventType PuglMotionEvent::type |
| double PuglMotionEvent::x |
View-relative X coordinate.
| double PuglMotionEvent::xRoot |
Root-relative X coordinate.
| double PuglMotionEvent::y |
View-relative Y coordinate.
| double PuglMotionEvent::yRoot |
Root-relative Y coordinate.