---
title: default
framework: gamecontroller
role: symbol
role_heading: Type Property
path: gamecontroller/gchapticslocality/default
---

# default

The default location of a haptics actuator on a game controller.

## Declaration

```swift
static let `default`: GCHapticsLocality
```

## Discussion

Discussion Controllers must support this location, and it can be the same as all.

## See Also

### Localities

- [all](gamecontroller/gchapticslocality/all.md)
- [handles](gamecontroller/gchapticslocality/handles.md)
- [leftHandle](gamecontroller/gchapticslocality/lefthandle.md)
- [rightHandle](gamecontroller/gchapticslocality/righthandle.md)
- [triggers](gamecontroller/gchapticslocality/triggers.md)
- [leftTrigger](gamecontroller/gchapticslocality/lefttrigger.md)
- [rightTrigger](gamecontroller/gchapticslocality/righttrigger.md)
