class X11::GenericEvent
- X11::GenericEvent
- X11::Event
- Reference
- Object
Overview
Wrapper for X11::C::X::GenericEvent
structure.
Defined in:
x11/generic_event.crConstructors
Instance Method Summary
- #cookie : UInt32
- #cookie=(cookie : UInt32)
- #data : Pointer(Void)
- #data=(data : Pointer(Void))
- #display : Display
- #display=(display : Display)
- #ev_type : Int32
- #ev_type=(ev_type : Int32)
- #extension : Int32
- #extension=(extension : Int32)
- #send_event : Bool
- #send_event=(send_event : Bool)
- #serial : UInt64
- #serial=(serial : UInt64)
- #to_unsafe : X11::C::X::PGenericEventCookie
- #to_x : X11::C::X::GenericEventCookie
- #type : Int32
- #type=(type : Int32)