- Function
Show the mouse pointer.
- Header
- Declaration
void mouse_show (void);- Description
The function shows the mouse pointer. It manages a counter that is shared between
mouse_hideandmouse_show. The mouse cursor is visible if there was one more call tomouse_showthan tomouse_hide.- Availability
cc65
- See also
- Example
None.