<!--
{
  "availability" : [
    "macCatalyst: 14.0.0 -",
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "ParavirtualizedGraphics",
  "identifier" : "/documentation/ParavirtualizedGraphics/PGDisplayCursorGlyphHandler",
  "metadataVersion" : "0.1.0",
  "role" : "Type Alias",
  "symbol" : {
    "kind" : "Type Alias",
    "modules" : [
      "Paravirtualized Graphics"
    ],
    "preciseIdentifier" : "c:@T@PGDisplayCursorGlyphHandler"
  },
  "title" : "PGDisplayCursorGlyphHandler"
}
-->

# PGDisplayCursorGlyphHandler

The block signature for a routine that handles changes to the cursor’s appearance.

```
typedef void (^)(NSBitmapImageRep *, PGDisplayCoord_t) PGDisplayCursorGlyphHandler;
```

## Parameters

`glyph`

The image to assign to the cursor.

`hotSpot   `

The point to set as the cursor’s hot spot.

## Discussion

---

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)