class

X11::CrossingEvent

Inherits X11::WindowEvent / X11::Event / Reference / Object

Wrapper from X11::C::X::CrossingEvent structure.

Constructors

new(event : X11::C::X::PCrossingEvent)
Source
new(event : X11::C::X::CrossingEvent)
Source

Instance methods

detail
Source
detail=(detail : Int32)
Source
display
Source
display=(display : Display)
Source
enter?
Source
focus
Source
focus=(focus : Bool)
Source
leave?
Source
mode
Source
mode=(mode : Int32)
Source
root
Source
root=(root : X11::C::Window)
Source
same_screen
Source
same_screen=(same_screen : Bool)
Source
send_event
Source
send_event=(send_event : Bool)
Source
serial
Source
serial=(serial : UInt64)
Source
state
Source
state=(state : UInt32)
Source
sub_window
Source
sub_window=(sub_window : X11::C::Window)
Source
time
Source
time=(time : X11::C::Time)
Source
to_unsafe
Source
to_x
Source
type
Source
type=(type : Int32)
Source
window
Source
window=(window : X11::C::Window)
Source
x=(x : Int32)
Source
x_root
Source
x_root=(x_root : Int32)
Source
y=(y : Int32)
Source
y_root
Source
y_root=(y_root : Int32)
Source