Structs§
- Use a custom image as a cursor (mouse pointer).
- Source for
CustomCursor
. - Platforms export this directly as
PlatformCustomCursor
if they don’t implement caching. - Platforms export this directly as
PlatformCustomCursorSource
if they need to only work with images.
Enums§
- An error produced when using
CustomCursor::from_rgba
with invalid arguments. - See
Window::set_cursor()
for more details.
Constants§
- The maximum width and height for a cursor when using
CustomCursor::from_rgba
.