# `GSWindowController.SpaceKey`

*Instance Property*

if the Space key is currently pressed

## Declaration

```swift
var spaceKey: Bool { get set }
```

```objc
@property (nonatomic) bool SpaceKey;
```

```python
SpaceKey() -> bool
setSpaceKey_(SpaceKey: bool)
```

