Function emscripten_functions::emscripten::hide_mouse
source · pub fn hide_mouse()
Expand description
Hides the OS mouse cursor over the canvas, unlike SDL’s SDL_ShowCursor
, which works with the SDL cursor.
Useful if you draw your own cursor.