class
WaylandClient::Seat::PointerEvent
- WaylandClient::Seat::PointerEvent
- Reference
- Object
Defined in:
seat/pointer_event.crConstructors
Instance Method Summary
- #axis : UInt32
- #axis=(axis : UInt32)
- #axis_source : LibWaylandClient::WlPointerAxisSource
- #axis_source=(axis_source : LibWaylandClient::WlPointerAxisSource)
- #button : UInt32
- #button=(button : UInt32)
- #button_state : Bool
- #button_state=(button_state : Bool)
- #discrete_horizontal : Int32
- #discrete_horizontal=(discrete_horizontal : Int32)
- #discrete_vertical : Int32
- #discrete_vertical=(discrete_vertical : Int32)
- #reset
- #serial : UInt32
- #serial=(serial : UInt32)
- #surface : ::Pointer(LibWaylandClient::WlSurface)
- #surface=(surface : ::Pointer(LibWaylandClient::WlSurface))
- #time : UInt32
- #time=(time : UInt32)
- #value_horizontal : Int32
- #value_horizontal=(value_horizontal : Int32)
- #value_vertical : Int32
- #value_vertical=(value_vertical : Int32)
- #x : LibC::Int
- #x=(x : LibC::Int)
- #y : LibC::Int
- #y=(y : LibC::Int)