bool IsTextFieldFocused() const; bool IsTextFieldFocused(InteractiveObject* ptextfield) const;
IsTextFieldFocused determines if the text field is currently focused. IME is only active when the focus is on an editable object such as a text field.
Parameters |
Description |
InteractiveObject* ptextfield |
Specified text field to determine if it has focus or not. |
A Boolean value of true if the text field is specified.