class X11::ButtonEvent
- X11::ButtonEvent
- X11::WindowEvent
- X11::Event
- Reference
- Object
Overview
Wrapper for X11::C::X::ButtonEvent
structure.
Defined in:
x11/button_event.crConstructors
Instance Method Summary
- #button : UInt32
- #button=(button : UInt32)
- #display : Display
- #display=(display : Display)
- #press? : Bool
- #release? : Bool
- #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::PButtonEvent
- #to_x : X11::C::X::ButtonEvent
- #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)