wl_cursor_image(3) | Wayland | wl_cursor_image(3) |
wl_cursor_image
#include <wayland-cursor.h>
uint32_t width
uint32_t height
uint32_t hotspot_x
uint32_t hotspot_y
uint32_t delay
A still image part of a cursor
Use wl_cursor_image_get_buffer() to get the corresponding struct wl_buffer to attach to your struct wl_surface.
Animation delay to next frame (ms)
Actual height
Hot spot x (must be inside image)
Hot spot y (must be inside image)
Actual width
Generated automatically by Doxygen for Wayland from the source code.
Fri Jul 8 2022 | Version 1.21.0 |