IMEManagerBase::IsTextFieldFocused

IMEManagerBase::IsTextFieldFocused
bool IsTextFieldFocused() const;
bool IsTextFieldFocused(InteractiveObject* ptextfield) const;
Description

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
Parameters 
Description 
InteractiveObject* ptextfield 
Specified text field to determine if it has focus or not. 
Return Value

A Boolean value of true if the text field is specified.