Client-side libwayland bindings for lua
Protocols
wayland | wayland |
Classes
wl_display | A wl_display consist of two parts: The wl_display as defined in the wayland.xml protocol and the one that handles the connection to the wayland compositor. |
wl_interface | All wl_interface that are loaded from protocols through wau.require(x) are all fields in the wau table. |
wl_proxy | Every object you will encounter is actually a wl_proxy object with a different given set of methods (depending on its interface). |
wl_cursor | A wl_cursor represents a given cursor state (loading, clicking etc) in a given cursor theme. |
wl_cursor_image | A wl_cursor_image represents a single cursor image (for example a single frame in a loading cursor animation). |
wl_cursor_theme | A wl_cursor_theme is a set of wl_cursors with a unified appearance. |
Manual
README.md | |
coming-from-c.md | |
overview.md | |
scanner.md |
Examples
foreign_toplevel_manager.lua | |
layershell.lua | |
list_globals.lua | |
toplevel.lua | |
xdg_top.lua |