Informs the view generator about a key down event.

SendKeyDown(Int, ServerVisualization.UserInput.ModifierKeys)

public bool SendKeyDown(int keyCode, ServerVisualization.UserInput.ModifierKeys modifierKeys);

Parameters

Parameter Description
keyCode Specifies the virtual key code for the pressed key.
modifierKeys Specifies modifier keys. It can be a combination of the ServerVisualization.UserInput.ModifierKeys values.

Return Value

If the event has been handled, the method returns true. Otherwise, it returns false.