IsMouse()
A function to determine whether or not a mouse is present—but it hasn't worked since FoxPro 2.x!
Usage |
lMouseHere = ISMOUSE() |
Except, of course, it doesn't work. ISMOUSE() seems to always return .T. under Visual FoxPro, whether or not the hardware is present, whether or not drivers are installed for the mouse. |
Example |
IF ISMOUSE() && good, there's a mouse,... |
See Also |