keyboardDeactivated

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
keyboardDeactivated
Summary

Sent to the current card of the defaultStack when the keyboard is hidden

Introduced4.5.3
OSios, android
Platformsmobile
Example
on keyboardDeactivated
   answer "The keyboard was deactivated" with "Okay"
end keyboardDeactivated
RelatedCommand: mobileSetKeyboardType, mobileSetKeyboardReturnKey
Glossary: current card
Message: keyboardActivated
Description

Handle the keyboardDeactivated message to move controls or change the display layout to take account of the restricted screen area that becomes available when the keyboard is hidden.