xkbcommon 1.14.0-beta2
Reference library implementing the XKB specification for parsing keyboard descriptions and handling keyboard state
Loading...
Searching...
No Matches
Data Fields
xkb_event_pointer_motion Struct Reference

#include <xkbcommon.h>

Data Fields

uint32_t size
 
uint32_t flags
 
int32_t x
 
int32_t y
 

Detailed Description

Description of a pointer motion.

Note
This struct uses a size-based versioning; see Extensible structure ABI contract for further details.
See also
enum xkb_pointer_motion_flags
xkb_event::xkb_event_get_pointer_motion()
XKB_EVENT_TYPE_POINTER_MOTION
Since
1.14.0

Field Documentation

◆ size

uint32_t xkb_event_pointer_motion::size

Size of this structure in bytes.

See also
Extensible structure ABI contract
Since
1.14.0

◆ flags

uint32_t xkb_event_pointer_motion::flags

Motions flags

See also
enum xkb_pointer_motion_flags
Since
1.14.0

◆ x

int32_t xkb_event_pointer_motion::x

x coordinate

See also
XKB_POINTER_MOTION_ABSOLUTE_X
Since
1.14.0

◆ y

int32_t xkb_event_pointer_motion::y

y coordinate

See also
XKB_POINTER_MOTION_ABSOLUTE_Y
Since
1.14.0

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