Structs§
- Cursor
Animation - Cursor
Image - Custom
Cursor - Use a custom image as a cursor (mouse pointer).
Enums§
- BadAnimation
- An error produced when using
CustomCursorSource::from_animationwith invalid arguments. - BadImage
- An error produced when using
CustomCursorSource::from_rgbawith invalid arguments. - Cursor
- See
Window::set_cursor()for more details. - Cursor
Icon - Describes the appearance of the (usually mouse) cursor icon.
- Custom
Cursor Source - Source for
CustomCursor.
Constants§
- MAX_
CURSOR_ SIZE - The maximum width and height for a cursor when using
CustomCursorSource::from_rgba.