Struct wayland_sys::cursor::wl_cursor_image [] [src]

pub struct wl_cursor_image {
    pub width: u32,
    pub height: u32,
    pub hotspot_x: u32,
    pub hotspot_y: u32,
    pub delay: u32,
}

Fields

width

actual width

height

actual height

hotspot_x

hot spot x (must be inside image)

hotspot_y

hot spot y (must be inside image)

delay

animation delay to next frame