wayland v0.1.4 (2019-01-06T20:14:17Z)
Dub
Repo
WlCursorTheme
wayland
cursor
Undocumented in source.
class
WlCursorTheme : Native!wl_cursor_theme {
mixin
nativeImpl
!(
wl_cursor_theme
)
;
this
(wl_cursor_theme* native);
static
WlCursorTheme
load
(string name, size_t size, WlShm shm);
void
destroy
();
WlCursor
cursor
(string name);
}
Constructors
this
this
(wl_cursor_theme* native)
Undocumented in source.
Members
Functions
cursor
WlCursor
cursor
(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
destroy
void
destroy
()
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
nativeImpl
!(
wl_cursor_theme
)
Undocumented in source.
Static functions
load
WlCursorTheme
load
(string name, size_t size, WlShm shm)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
wayland
cursor
classes
WlCursor
WlCursorImage
WlCursorTheme
properties
wlCursorDynLib