E r g e b n i s / R e s u l t
Turns on the mouse cursor
B e s c h r e i b u n g / D e s c r i p t i o n
This function displays the text mouse cursor. This is a solid block
whose colour is XORed to the background, ensuring it is always visible.
S y n t a x
Code:
bool = call ('MOUSE_SH') P a r a m e t e r
There are no parameters for this procedure
R e t u r n s
A boolean value
B e i s p i e l / E x a m p l e
Code:
attach 'MOUSE'
a = call ('MOUSE_SH') ! turns on the mouse cursor
detach 'MOUSE' Q u e r v e r w e i s / C r o s s R e f e r e n c e
MOUSE_HI