---
title: tilt
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsevent/tilt
---

# tilt

The scaled tilt values of the pointing device that generated this event.

## Declaration

```swift
var tilt: NSPoint { get }
```

## Discussion

Discussion This property’s value can range from -1.0 to 1.0 for both axes. A negative x-coordinate value indicates a tilt to the left and a positive value indicates a tilt to the right; a negative y-coordinate value indicates a tilt to the top and a positive value indicates a tilt to the bottom. If the device is perfectly perpendicular to the table surface, the values are 0.0 for both axes. This property is valid for mouse events with subtype NSTabletPointEventSubtype and for NSTabletPoint events.

## See Also

### Related Documentation

- [pressure](appkit/nsevent/pressure.md)

### Getting tablet pointing information

- [absoluteX](appkit/nsevent/absolutex.md)
- [absoluteY](appkit/nsevent/absolutey.md)
- [absoluteZ](appkit/nsevent/absolutez.md)
- [buttonMask](appkit/nsevent/buttonmask-swift.property.md)
- [NSEvent.ButtonMask](appkit/nsevent/buttonmask-swift.struct.md)
- [rotation](appkit/nsevent/rotation.md)
- [tangentialPressure](appkit/nsevent/tangentialpressure.md)
- [vendorDefined](appkit/nsevent/vendordefined.md)
