wl_cursor_image
- Provided by: libwayland-doc (Version: 1.20.0-1ubuntu0.1)
- Source: wayland
- Report a bug
#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.