[go: up one dir, main page]

Module cursor

Module cursor 

Source

Structs§

CursorAnimation
CursorImage
CustomCursor
Use a custom image as a cursor (mouse pointer).

Enums§

BadAnimation
An error produced when using CustomCursorSource::from_animation with invalid arguments.
BadImage
An error produced when using CustomCursorSource::from_rgba with invalid arguments.
Cursor
See Window::set_cursor() for more details.
CursorIcon
Describes the appearance of the (usually mouse) cursor icon.
CustomCursorSource
Source for CustomCursor.

Constants§

MAX_CURSOR_SIZE
The maximum width and height for a cursor when using CustomCursorSource::from_rgba.

Traits§

CustomCursorProvider