Occurs when the user presses a key down.
Object.defineProperty(InteractiveService.prototype,'keyDown',
get: function(),
set: function(value)
)
function keyDown.add(function(sender, e));
function keyDown.remove(function(sender, e));
keyDown: void;
The KeyDown event will occur when the user presses a key down when EventsSource has the input focus.
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event. |
e | InteractiveKeyEventArgs | The event data. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET