Microsoft DirectX 8.1 (C++) |
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