class WaylandClient::Seat::PointerEvent

Defined in:

seat/pointer_event.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def axis : UInt32 #

[View source]
def axis=(axis : UInt32) #

[View source]
def axis_source : LibWaylandClient::WlPointerAxisSource #

[View source]
def axis_source=(axis_source : LibWaylandClient::WlPointerAxisSource) #

[View source]
def button : UInt32 #

[View source]
def button=(button : UInt32) #

[View source]
def button_state : Bool #

[View source]
def button_state=(button_state : Bool) #

[View source]
def discrete_horizontal : Int32 #

[View source]
def discrete_horizontal=(discrete_horizontal : Int32) #

[View source]
def discrete_vertical : Int32 #

[View source]
def discrete_vertical=(discrete_vertical : Int32) #

[View source]
def reset #

[View source]
def serial : UInt32 #

[View source]
def serial=(serial : UInt32) #

[View source]
def surface : ::Pointer(LibWaylandClient::WlSurface) #

[View source]
def surface=(surface : ::Pointer(LibWaylandClient::WlSurface)) #

[View source]
def time : UInt32 #

[View source]
def time=(time : UInt32) #

[View source]
def value_horizontal : Int32 #

[View source]
def value_horizontal=(value_horizontal : Int32) #

[View source]
def value_vertical : Int32 #

[View source]
def value_vertical=(value_vertical : Int32) #

[View source]
def x : LibC::Int #

[View source]
def x=(x : LibC::Int) #

[View source]
def y : LibC::Int #

[View source]
def y=(y : LibC::Int) #

[View source]