# Control Key Pressed

Grammar — Control Key Pressed
FlagsNative | Function

Returns true if the control key was pressed. Use in response to a “Key Pressed”, “Mouse Clicked” or “Mouse Wheel” event.

Returns — bool

native bool EventKeyControl();

# Supported triggers

Category: UI / Input

# Examples

— None found —