Microsoft DirectX 9.0 |
The IsCursorHidden method queries whether the cursor is hidden.
Syntax
objVideoWindow.IsCursorHidden(
ByRef bValue As Long)
Parameters
bValue
Variable that receives the value True if the cursor is hidden, or False if the cursor is visible.
Return Values
This method does not return a value.
See Also