ISMOUSE( ) Function Example
The following example displays a true value (.T.) if mouse hardware is present; otherwise, it displays false (.F.).
CLEAR ? 'Mouse hardware present? ' ?? ISMOUSE( )