Click or drag to resize

InputAspectKey Method

[Missing <summary> documentation for "M:Demo3D.Visuals.InputAspect.Key(System.Windows.Forms.KeyEventArgs,System.Boolean,System.Boolean@)"]

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

Parameters

e
Type: System.Windows.FormsKeyEventArgs

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

isDown
Type: SystemBoolean

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

handled
Type: SystemBoolean

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

Implements

IInputEventHandlerKey(KeyEventArgs, Boolean, Boolean)
See Also