Microsoft DirectX 9.0 |
The HideCursor method hides or shows the cursor.
Syntax
objVideoWindow.HideCursor(
bValue As Long)
Parameters
bValue
Boolean value that specifies whether to hide or show the cursor. If True, the cursor is hidden; if False, the cursor is visible.
Return Values
This method does not return a value.
See Also