class WaylandClient::Seat

Defined in:

seat.cr
seat/keyboard.cr
seat/keyboard_handler.cr
seat/pointer.cr
seat/pointer_event.cr
seat/pointer_handler.cr
seat/touch.cr
seat/xkb.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(seat_base : ::Pointer(LibWaylandClient::WlSeat)) #

[View source]

Instance Method Detail

def keyboard #

[View source]
def keyboard? : Bool #

[View source]
def name #

[View source]
def pointer #

[View source]
def pointer? : Bool #

[View source]
def seat_base : Pointer(WaylandClient::LibWaylandClient::WlSeat) #

[View source]
def setup_capabilities(capabilities) #

[View source]
def to_unsafe : Pointer(WaylandClient::LibWaylandClient::WlSeat) #

[View source]
def touch #

[View source]
def touch? : Bool #

[View source]