Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
x11
v1.0.1
X11
AnyEvent
Arc
Atom
BadAllocException
ButtonEvent
C
Atom
BITS16
BITS32
BOOL
BYTE
CARD16
CARD32
CARD64
CARD8
Char
Colormap
Cursor
Drawable
Font
GContext
INT32
INT64
INT8
KeyCode
KeySym
Mask
PAtom
PChar
PColormap
PCursor
PDrawable
PFont
PGContext
PInt32
PInt64
PInt8
Pixmap
PKeyCode
PKeySym
PPChar
PPixmap
PUInt32
PUInt64
PUInt8
PWindow
Time
VisualID
Window
XID
CharStruct
CirculateEvent
CirculateRequestEvent
ClientMessageEvent
Color
ColormapEvent
ConfigureEvent
ConfigureRequestEvent
CreateWindowEvent
CrossingEvent
DestroyWindowEvent
Display
DisplayInitialization
ErrorEvent
Event
ExposeEvent
ExtCodes
ExtData
FocusChangeEvent
FontStruct
GCValues
GenericEvent
GenericEventCookie
GraphicsExposeEvent
GravityEvent
HostAddress
Image
KeyboardControl
KeyboardState
KeyEvent
KeymapEvent
MapEvent
MappingEvent
MapRequestEvent
MbTextItem
ModifierKeymap
MotionEvent
NoExposeEvent
PixmapFormatValues
Point
PropertyEvent
Rectangle
ReparentEvent
ResizeRequestEvent
Screen
Segment
SelectionClearEvent
SelectionEvent
SelectionRequestEvent
ServerInterpretedAddress
SetWindowAttributes
TextItem
TextItem16
TimeCoord
UnmapEvent
VisibilityEvent
Visual
WcTextItem
WindowChanges
WindowEvent
Built with Crystal 1.9.2
2023-10-08 13:34:59 UTC
abstract class
X11::Event
X11::Event
Reference
Object
Direct Known Subclasses
X11::AnyEvent
X11::ErrorEvent
X11::GenericEvent
X11::GraphicsExposeEvent
X11::NoExposeEvent
X11::SelectionEvent
X11::SelectionRequestEvent
X11::WindowEvent
Defined in:
x11/event.cr
Constructors
.from_xevent
(xevent : X11::C::X::Event) : Event
Instance Method Summary
#serial
: UInt64
#serial=
(serial : UInt64)
#type
: Int32
#type=
(type : Int32)
Constructor Detail
def self.
from_xevent
(xevent : X11::C::X::Event) :
Event
#
[
View source
]
Instance Method Detail
abstract def
serial
: UInt64
#
[
View source
]
abstract def
serial=
(serial : UInt64)
#
[
View source
]
abstract def
type
: Int32
#
[
View source
]
abstract def
type=
(type : Int32)
#
[
View source
]