---
title: leftControl
framework: gamecontroller
role: symbol
role_heading: Type Property
path: gamecontroller/gckeycode/leftcontrol
---

# leftControl

The keyboard code for the Control key on the left side of the keyboard.

## Declaration

```swift
static let leftControl: GCKeyCode
```

## See Also

### Left- and Right-Side Keys

- [leftShift](gamecontroller/gckeycode/leftshift.md)
- [leftAlt](gamecontroller/gckeycode/leftalt.md)
- [leftGUI](gamecontroller/gckeycode/leftgui.md)
- [rightControl](gamecontroller/gckeycode/rightcontrol.md)
- [rightShift](gamecontroller/gckeycode/rightshift.md)
- [rightAlt](gamecontroller/gckeycode/rightalt.md)
- [rightGUI](gamecontroller/gckeycode/rightgui.md)
