Type Alias sdl2_sys::XEvent

source ·
pub type XEvent = _XEvent;

Aliased Type§

union XEvent {
Show 35 fields pub type_: i32, pub xany: XAnyEvent, pub xkey: XKeyEvent, pub xbutton: XButtonEvent, pub xmotion: XMotionEvent, pub xcrossing: XCrossingEvent, pub xfocus: XFocusChangeEvent, pub xexpose: XExposeEvent, pub xgraphicsexpose: XGraphicsExposeEvent, pub xnoexpose: XNoExposeEvent, pub xvisibility: XVisibilityEvent, pub xcreatewindow: XCreateWindowEvent, pub xdestroywindow: XDestroyWindowEvent, pub xunmap: XUnmapEvent, pub xmap: XMapEvent, pub xmaprequest: XMapRequestEvent, pub xreparent: XReparentEvent, pub xconfigure: XConfigureEvent, pub xgravity: XGravityEvent, pub xresizerequest: XResizeRequestEvent, pub xconfigurerequest: XConfigureRequestEvent, pub xcirculate: XCirculateEvent, pub xcirculaterequest: XCirculateRequestEvent, pub xproperty: XPropertyEvent, pub xselectionclear: XSelectionClearEvent, pub xselectionrequest: XSelectionRequestEvent, pub xselection: XSelectionEvent, pub xcolormap: XColormapEvent, pub xclient: XClientMessageEvent, pub xmapping: XMappingEvent, pub xerror: XErrorEvent, pub xkeymap: XKeymapEvent, pub xgeneric: XGenericEvent, pub xcookie: XGenericEventCookie, pub pad: [i32; 24], /* private fields */
}

Fields§

§type_: i32§xany: XAnyEvent§xkey: XKeyEvent§xbutton: XButtonEvent§xmotion: XMotionEvent§xcrossing: XCrossingEvent§xfocus: XFocusChangeEvent§xexpose: XExposeEvent§xgraphicsexpose: XGraphicsExposeEvent§xnoexpose: XNoExposeEvent§xvisibility: XVisibilityEvent§xcreatewindow: XCreateWindowEvent§xdestroywindow: XDestroyWindowEvent§xunmap: XUnmapEvent§xmap: XMapEvent§xmaprequest: XMapRequestEvent§xreparent: XReparentEvent§xconfigure: XConfigureEvent§xgravity: XGravityEvent§xresizerequest: XResizeRequestEvent§xconfigurerequest: XConfigureRequestEvent§xcirculate: XCirculateEvent§xcirculaterequest: XCirculateRequestEvent§xproperty: XPropertyEvent§xselectionclear: XSelectionClearEvent§xselectionrequest: XSelectionRequestEvent§xselection: XSelectionEvent§xcolormap: XColormapEvent§xclient: XClientMessageEvent§xmapping: XMappingEvent§xerror: XErrorEvent§xkeymap: XKeymapEvent§xgeneric: XGenericEvent§xcookie: XGenericEventCookie§pad: [i32; 24]