class X11::CrossingEvent
- X11::CrossingEvent
- X11::WindowEvent
- X11::Event
- Reference
- Object
Overview
Wrapper from X11::C::X::CrossingEvent
structure.
Defined in:
x11/crossing_event.crConstructors
Instance Method Summary
- #detail : Int32
- #detail=(detail : Int32)
- #display : Display
- #display=(display : Display)
- #enter? : Bool
- #focus : Bool
- #focus=(focus : Bool)
- #leave? : Bool
- #mode : Int32
- #mode=(mode : Int32)
- #root : X11::C::Window
- #root=(root : X11::C::Window)
- #same_screen : Bool
- #same_screen=(same_screen : Bool)
- #send_event : Bool
- #send_event=(send_event : Bool)
- #serial : UInt64
- #serial=(serial : UInt64)
- #state : UInt32
- #state=(state : UInt32)
- #sub_window : X11::C::Window
- #sub_window=(sub_window : X11::C::Window)
- #time : X11::C::Time
- #time=(time : X11::C::Time)
- #to_unsafe : X11::C::X::PCrossingEvent
- #to_x : X11::C::X::CrossingEvent
- #type : Int32
- #type=(type : Int32)
- #window : X11::C::Window
- #window=(window : X11::C::Window)
- #x : Int32
- #x=(x : Int32)
- #x_root : Int32
- #x_root=(x_root : Int32)
- #y : Int32
- #y=(y : Int32)
- #y_root : Int32
- #y_root=(y_root : Int32)