- Function
Show the mouse pointer.
- Header
- Declaration
void __fastcall__ 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.- 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.