LMMS
Loading...
Searching...
No Matches
PuglMotionEvent Struct Reference

#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.

Detailed Description

Pointer motion event.

Member Data Documentation

◆ flags

PuglEventFlags PuglMotionEvent::flags

Bitwise OR of PuglEventFlag values.

◆ state

PuglMods PuglMotionEvent::state

Bitwise OR of PuglMod flags.

◆ time

double PuglMotionEvent::time

Time in seconds.

◆ type

PuglEventType PuglMotionEvent::type

◆ x

double PuglMotionEvent::x

View-relative X coordinate.

◆ xRoot

double PuglMotionEvent::xRoot

Root-relative X coordinate.

◆ y

double PuglMotionEvent::y

View-relative Y coordinate.

◆ yRoot

double PuglMotionEvent::yRoot

Root-relative Y coordinate.


The documentation for this struct was generated from the following file: