wayland.native.cursor

bindings to wayland-client-core.h

Members

Aliases

da_wl_cursor_frame
alias da_wl_cursor_frame = int function(wl_cursor* cursor, uint time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_cursor_frame_and_duration
alias da_wl_cursor_frame_and_duration = int function(wl_cursor* cursor, uint time, uint* duration)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_cursor_image_get_buffer
alias da_wl_cursor_image_get_buffer = wl_proxy* function(wl_cursor_image* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_cursor_theme_destroy
alias da_wl_cursor_theme_destroy = void function(wl_cursor_theme* theme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_cursor_theme_get_cursor
alias da_wl_cursor_theme_get_cursor = wl_cursor* function(wl_cursor_theme* theme, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_cursor_theme_load
alias da_wl_cursor_theme_load = wl_cursor_theme* function(const(char)* name, int size, wl_proxy* shm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

wl_cursor_frame
int wl_cursor_frame(wl_cursor* cursor, uint time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_cursor_frame_and_duration
int wl_cursor_frame_and_duration(wl_cursor* cursor, uint time, uint* duration)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_cursor_image_get_buffer
wl_proxy* wl_cursor_image_get_buffer(wl_cursor_image* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_cursor_theme_destroy
void wl_cursor_theme_destroy(wl_cursor_theme* theme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_cursor_theme_get_cursor
wl_cursor* wl_cursor_theme_get_cursor(wl_cursor_theme* theme, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_cursor_theme_load
wl_cursor_theme* wl_cursor_theme_load(const(char)* name, int size, wl_proxy* shm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

wl_cursor_frame
da_wl_cursor_frame wl_cursor_frame;
Undocumented in source.
wl_cursor_frame_and_duration
da_wl_cursor_frame_and_duration wl_cursor_frame_and_duration;
Undocumented in source.
wl_cursor_image_get_buffer
da_wl_cursor_image_get_buffer wl_cursor_image_get_buffer;
Undocumented in source.
wl_cursor_theme_destroy
da_wl_cursor_theme_destroy wl_cursor_theme_destroy;
Undocumented in source.
wl_cursor_theme_get_cursor
da_wl_cursor_theme_get_cursor wl_cursor_theme_get_cursor;
Undocumented in source.
wl_cursor_theme_load
da_wl_cursor_theme_load wl_cursor_theme_load;
Undocumented in source.

Structs

wl_cursor
struct wl_cursor
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_cursor_image
struct wl_cursor_image
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_cursor_theme
struct wl_cursor_theme
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta