XMotionEvent
extern (C) nothrow
struct XMotionEvent {
}
Members
- display
Display* display;
Undocumented in source.
- is_hint
char is_hint;
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
c_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;
- y_root
int y_root;
Undocumented in source.
x11 Xlib
aliasesenumsfunctionsstructsunionsvariables