Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns true (.T.) if mouse hardware is present.
ISMOUSE( )
Remarks
ISMOUSE( ) returns true (.T.) if mouse hardware is present; otherwise it returns false (.F.).
Example
The following example displays a true value (.T.) if mouse hardware is present; otherwise, it displays false (.F.).
CLEAR
? 'Mouse hardware present? '
?? ISMOUSE( )
See Also
MCOL( ) | MDOWN( ) | MROW( ) | SYSMETRIC( )