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
PlatformCustomCursor
if they donβt implement caching. - Only
Cursor πImage Source - Platforms export this directly as
PlatformCustomCursorSource
if they need to only work with images.
EnumsΒ§
- BadImage
- An error produced when using
CustomCursor::from_rgba
with 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 π