Expand description
Mirrors winit::window::CursorIcon and winit::window::CursorGrabMode
exactly, so Window’s cursor methods never need
a raw winit type. Convert into winit via .into().
Enums§
- Cursor
Grab Mode - How the cursor is confined while the window has focus — mirrors
winit::window::CursorGrabModeexactly. - Cursor
Icon - The shape of the mouse cursor — mirrors
winit::window::CursorIconexactly (same variants, same names).