class WaylandClient::Cursor(Format)

Defined in:

cursor.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(client : WaylandClient::Client, surface : WaylandClient::Surface(Format), size, hotspot : NamedTuple(x: Int32, y: Int32), callback : WaylandClient::Buffer::Memory(Format) -> _) #

[View source]

Instance Method Detail

def callback : Proc(WaylandClient::Buffer::Memory(Format), Void) #

[View source]
def hotspot #

[View source]
def surface : Surface(Format) #

[View source]
def use(serial) #

[View source]