---
title: TabletopInteraction.IndirectRotationAlignmentBehavior.alignToInputDeviceAndAutoFlip
framework: tabletopkit
role: symbol
role_heading: Case
path: tabletopkit/tabletopinteraction/indirectrotationalignmentbehavior/aligntoinputdeviceandautoflip
---

# TabletopInteraction.IndirectRotationAlignmentBehavior.alignToInputDeviceAndAutoFlip

Same as alignToInputDevice and also detect when the input device rotates enough to generate a flip of the equipment. When a flip is detected, the equipment will stay horizontal showing its back face.

## Declaration

```swift
case alignToInputDeviceAndAutoFlip
```

## See Also

### Alignment behaviors

- [TabletopInteraction.IndirectRotationAlignmentBehavior.alignToInputDevice](tabletopkit/tabletopinteraction/indirectrotationalignmentbehavior/aligntoinputdevice.md)
- [TabletopInteraction.IndirectRotationAlignmentBehavior.automatic](tabletopkit/tabletopinteraction/indirectrotationalignmentbehavior/automatic.md)
- [TabletopInteraction.IndirectRotationAlignmentBehavior.disabled](tabletopkit/tabletopinteraction/indirectrotationalignmentbehavior/disabled.md)
