Virtual Keyboard for JavaScript
KeyboardLayout Constructor
See Also
 






Initializes a new instance of the KeyboardLayout class.

Namespace: MindFusion.Keyboard
Assembly: KeyboardLayout.js

 Syntax

JavaScript  Copy Code

function KeyboardLayout ()

 Remarks

The right method to create a new custom KeyboardLayout object is to call KeyboardLayout.create(). The method takes as argument the numpadDef object from the numpad.js file exported by the VirtualKeyboardCreator tool.

 See Also

KeyboardLayout Class
MindFusion.Keyboard Namespace