Click or drag to resize

E3DKeyEventArgsModifiers Property

Gets the modifier flags for a the event. This indicates which modifier keys (CTRL, SHIFT, and/or ALT) were pressed.

Namespace: Demo3D.Common
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public E3DKeys Modifiers { get; }

Property Value

E3DKeys
See Also