Initializes a new instance of the KeyboardLayout class.
Namespace: MindFusion.Keyboard
Assembly: KeyboardLayout.js
SyntaxJavaScript
Copy Code
|
|---|
function KeyboardLayout () |
RemarksThe 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