Microsoft DirectX 9.0 |
The HideCursor method hides or displays the cursor.
Syntax
HRESULT HideCursor(
long HideCursor
);
Parameters
HideCursor
Value specifying whether to show the cursor. Set to OATRUE to hide the cursor, or OAFALSE to display the cursor.
Return Value
Returns an HRESULT value.
See Also