class
WaylandClient::Cursor(Format)
- WaylandClient::Cursor(Format)
- Reference
- Object
Defined in:
cursor.crConstructors
Instance Method Summary
- #callback : Proc(WaylandClient::Buffer::Memory(Format), Void)
- #hotspot
- #surface : Surface(Format)
- #use(serial)
Constructor Detail
def self.new(client : WaylandClient::Client, surface : WaylandClient::Surface(Format), size, hotspot : NamedTuple(x: Int32, y: Int32), callback : WaylandClient::Buffer::Memory(Format) -> _)
#