osk.hide Event
Summary
Called when the OSK is hidden.
Syntax
keyman.osk.addEventListener('hide', function(param) {
...
});
Parameters
param- Type:
Object - An object with field HiddenByUser, a
booleanwhich indicates if the OSK was hidden directly by the user's actions.
Return Value
booleantrueif the event should continue processing,falseif it should not. Your event handler should returntrueaside from exceptional circumstances.
Description
...


