- Function
Hide the mouse pointer.
- Header
- Declaration
void __fastcall__ mouse_hide (void);- Description
The function hides the mouse pointer. It manages a counter that is shared between
mouse_showandmouse_hideso that every call call tomouse_hidemust be followed by a call tomouse_showto make the mouse cursor visible.- Limits
- The function is only available as fastcall function, so it may only be used in presence of a prototype.
- Availability
cc65
- See also
- Example
None.