- Function
Hide the mouse pointer.
- Header
- Declaration
void 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.- Availability
cc65
- See also
- Example
None.