E r g e b n i s / R e s u l t
Is a mouse present ?
B e s c h r e i b u n g / D e s c r i p t i o n
The MOUSE_PR function checks for the presence of a Microsoft or
compatible mouse.
S y n t a x
Code:
present = call('MOUSE_PR') 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 is returned.
TRUE - a mouse is present
FALSE - no mouse was found
B e i s p i e l / E x a m p l e
Code:
attach 'MOUSE'
a = call ('MOUSE_PR') ! a contains TRUE if a mouse is present
detach 'MOUSE'