Method SetCursorNeedsUpdate
SetCursorNeedsUpdate(bool)
Signals that the cursor needs to be updated without requiring a full redraw.
void SetCursorNeedsUpdate(bool needsUpdate)
Parameters
needsUpdateboolIndicates whether the cursor needs to be updated.
Remarks
This method is called by SetCursorNeedsUpdate() when a view's cursor position or shape changes but the view content does not need to be redrawn.