ctrlKey
Returns true if the Ctrl key is pressed.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public bool ctrlKey { get; }
Remarks
Refer to EventModifiers.Control for more information.