Appearance
KBE3D / KBCore / Cesium / KeyboardEventModifier
枚举: KeyboardEventModifier
This enumerated type is for representing keyboard modifiers. These are keys that are held down in addition to other event types.
枚举成员
SHIFT
SHIFT:
0
Represents the shift key being held down.
CTRL
CTRL:
1
Represents the control key being held down.
ALT
ALT:
2
Represents the alt key being held down.
