setKeyboardShowing method
Implementation
void setKeyboardShowing(bool value){
if(keyboardShowing == value) return;
keyboardShowing = value;
update();
}
void setKeyboardShowing(bool value){
if(keyboardShowing == value) return;
keyboardShowing = value;
update();
}