hide method
Simulates the user hiding the onscreen keyboard.
This does nothing but set the internal flag.
Implementation
void hide() {
assert(isRegistered);
_isVisible = false;
}
Simulates the user hiding the onscreen keyboard.
This does nothing but set the internal flag.
void hide() {
assert(isRegistered);
_isVisible = false;
}