---
title: UIEvent.EventType.remoteControl
framework: uikit
role: symbol
role_heading: Case
path: uikit/uievent/eventtype/remotecontrol
---

# UIEvent.EventType.remoteControl

The event is a remote-control event.

## Declaration

```swift
case remoteControl
```

## Discussion

Discussion Remote-control events originate as commands received from a headset or external accessory for the purposes of controlling multimedia on the device.

## See Also

### Constants

- [UIEvent.EventType.touches](uikit/uievent/eventtype/touches.md)
- [UIEvent.EventType.motion](uikit/uievent/eventtype/motion.md)
- [UIEvent.EventType.presses](uikit/uievent/eventtype/presses.md)
- [UIEvent.EventType.scroll](uikit/uievent/eventtype/scroll.md)
- [UIEvent.EventType.hover](uikit/uievent/eventtype/hover.md)
- [UIEvent.EventType.transform](uikit/uievent/eventtype/transform.md)
