wijmo.input Namespace > IControl Interface : KeyDown Method |
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.input.IControl; var value; // Type: any // Parameters var evt; // Type: KeyboardEvent value = instance.KeyDown(evt); |
Javascript (Specification) | |
---|---|
function KeyDown( evt : KeyboardEvent ) : any; |