TextInputInterface
Properties
The TextInputInterface.text-input-focused
property can be used to find out if a TextInput
element has the focus.
If you’re implementing your own virtual keyboard, this property is an indicator whether the virtual keyboard should be shown or hidden.
text-input-focused
bool default: false
True if an TextInput
element has the focus; false otherwise.
© 2024 SixtyFPS GmbH