setCaretRect method

void setCaretRect(
  1. Rect rect
)

Informs the text input control about caret area changes.

This method is called when the attached input client's caret area changes.

Implementation

void setCaretRect(Rect rect) {}