void UpdateCursor(const Point<int>& mousePos, SystemCursorState state);
UpdateCursor updates the system cursors based on the cursor state.
|
Parameters |
Description |
|
const Point<int>& mousePos |
The mouse position. |
|
SystemCursorState state |
The system cursor state. |