Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


control

Determines if the Control key modifier is part of the key combination. Represents the Control key on Windows, macOS, and Linux.
Read time 1 minuteLast updated 10 days ago

Definition

public bool control { get; }

Remarks

For most cases it is best to use KeyCombination.action as it will bind the most appropriate action key for each particular platform.