Constructors viewer_keyboard |
viewer_keyboardSummary
constructor
Constructs a new embedded Keyboard Object for switching character sets. Parameters
params_o
Constructors UsedkeyMap_us101
maps key codes to viewer_keyboard_keys Parameters
ReturnsAn array of 1 or 2 references to viewer_keyboard_keys |
|||||||||||||||||||||||||||||||||||||||||
Constructs a new embedded Keyboard Object for switching character sets.
host.kernel.constructors.viewer_keyboard = function( params_o )
Handles character set selection.
host.kernel.constructors.viewer_keyboard.prototype.handleSelect=function( e )
Deletes all buttons from the keyboard
host.kernel.constructors.viewer_keyboard.prototype.clear=function()
Renders a set of keys into the keyboard
host.kernel.constructors.viewer_keyboard.prototype.render=function( charSet_str )
Handles key highlighting
host.kernel.constructors.viewer_keyboard.prototype.highlight=function( keyCode_int, character, altKey, ctrlKey, shiftKey )
maps key codes to viewer_keyboard_keys
host.kernel.constructors.viewer_keyboard.prototype.keyMap_us101=function( keyCode_int )