StructsΒ§
- Cursor
Image π - Custom
Cursor - Use a custom image as a cursor (mouse pointer).
- Custom
Cursor Source - Source for
CustomCursor. - NoCustom
Cursor π - Only
Cursor πImage - Platforms export this directly as
PlatformCustomCursorif they donβt implement caching. - Only
Cursor πImage Source - Platforms export this directly as
PlatformCustomCursorSourceif they need to only work with images.
EnumsΒ§
- BadImage
- An error produced when using
CustomCursor::from_rgbawith invalid arguments. - Cursor
- See
Window::set_cursor()for more details.
ConstantsΒ§
- MAX_
CURSOR_ SIZE - The maximum width and height for a cursor when using
CustomCursor::from_rgba. - PIXEL_
SIZE π