<!--
{
  "availability" : [
    "DriverKit: -",
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "HIDDriverKit",
  "identifier" : "/documentation/HIDDriverKit/IOHIDPointerEventOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "HIDDriverKit"
    ],
    "preciseIdentifier" : "c:@EA@IOHIDPointerEventOptions"
  },
  "title" : "IOHIDPointerEventOptions"
}
-->

# IOHIDPointerEventOptions

Options that you use to dispatch pointer-related events.

```
typedef enum { ... } IOHIDPointerEventOptions;
```

## Overview

Pass these options to the [`dispatchRelativePointerEvent`](/documentation/HIDDriverKit/IOHIDEventService/dispatchRelativePointerEvent) or [`dispatchAbsolutePointerEvent`](/documentation/HIDDriverKit/IOHIDEventService/dispatchAbsolutePointerEvent) method of [`IOHIDEventService`](/documentation/HIDDriverKit/IOHIDEventService).

## Topics

### Getting the Pointer Event Option

[`kIOHIDPointerEventOptionsNoAcceleration`](/documentation/HIDDriverKit/IOHIDPointerEventOptions/kIOHIDPointerEventOptionsNoAcceleration)

An option for disabling the acceleration logic for this event.



---

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)