XDeviceKeyEvent
extern (C)
struct XDeviceKeyEvent {
}
- axes_count
ubyte axes_count;
Undocumented in source.
- axis_data
int[6] axis_data;
Undocumented in source.
- device_state
uint device_state;
Undocumented in source.
- deviceid
XID deviceid;
Undocumented in source.
- display
Display* display;
Undocumented in source.
- first_axis
ubyte first_axis;
Undocumented in source.
- keycode
uint keycode;
Undocumented in source.
- root
Window root;
Undocumented in source.
- same_screen
Bool same_screen;
Undocumented in source.
- send_event
Bool send_event;
Undocumented in source.
- serial
ulong serial;
Undocumented in source.
- state
uint state;
Undocumented in source.
- subwindow
Window subwindow;
Undocumented in source.
- time
Time time;
Undocumented in source.
- type
int type;
Undocumented in source.
- window
Window window;
Undocumented in source.
- x
int x;
Undocumented in source.
- x_root
int x_root;
- y
int y;
Undocumented in source.
- y_root
int y_root;
Undocumented in source.
x11 extensions XInput
aliasesfunctionsmanifest constantsstructs
DeviceKey events. These events are sent by input devices that support input class Keys. The location of the X pointer is reported in the coordinate fields of the x,y and x_root,y_root fields.