Click or drag to resize

IInputEventHandlerKey Method

Executed when a key is pressed.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
void Key(
	KeyEventArgs e,
	bool isDown,
	ref bool handled
)

Parameters

e  KeyEventArgs

[Missing <param name="e"/> documentation for "M:Demo3D.Visuals.IInputEventHandler.Key(System.Windows.Forms.KeyEventArgs,System.Boolean,System.Boolean@)"]

isDown  Boolean

[Missing <param name="isDown"/> documentation for "M:Demo3D.Visuals.IInputEventHandler.Key(System.Windows.Forms.KeyEventArgs,System.Boolean,System.Boolean@)"]

handled  Boolean

[Missing <param name="handled"/> documentation for "M:Demo3D.Visuals.IInputEventHandler.Key(System.Windows.Forms.KeyEventArgs,System.Boolean,System.Boolean@)"]

See Also