Search
KeyboardLayout Constructor
See Also
 






Initializes a new instance of the KeyboardLayout class.

Namespace: MindFusion.Keyboard
File: 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