<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSResponder/tabletPoint(with:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSResponder(im)tabletPoint:"
  },
  "title" : "tabletPoint(with:)"
}
-->

# tabletPoint(with:)

Informs the receiver that a tablet-point event has occurred.

```
func tabletPoint(with event: NSEvent)
```

## Parameters

`event`

An object encapsulating information about the tablet-point event.

## Discussion

Tablet events are represented by `NSEvent` objects of type [`NSTabletPoint`](/documentation/AppKit/NSTabletPoint). They describe the current state of a transducer (that is, a pointing device) that is in proximity to its tablet, reflecting changes such as location, pressure, tilt, and rotation. See the [`NSEvent`](/documentation/AppKit/NSEvent) reference for the methods that allow you to extract this and other information from `event`. The default implementation of `NSResponder` passes the message to the next responder.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)