<!--
{
  "availability" : [
    "FxPlug: 3.1.1 -"
  ],
  "documentType" : "symbol",
  "framework" : "Professional Video Applications",
  "identifier" : "/documentation/professional_video_applications/FxOnScreenControlAPI_v4",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Professional Video Applications"
    ],
    "preciseIdentifier" : "c:objc(pl)FxOnScreenControlAPI_v4"
  },
  "title" : "FxOnScreenControlAPI_v4"
}
-->

# FxOnScreenControlAPI_v4

The `FxOnScreenControlAPI_v4` protocol specifies additions to the [`FxOnScreenControlAPI`](/documentation/professional_video_applications/FxOnScreenControlAPI) protocol which defines the methods the host application provides to manage conversions between various on-screen coordinate spaces.

```
protocol FxOnScreenControlAPI_v4 : FxOnScreenControlAPI_v3
```

## Overview

This protocol inherits from, and expands on, the `FxOnScreenControlAPI_v3` protocol. It allows an FxPlug plug-in to set the cursor the users sees in the canvas.

## Topics

### Setting Canvas Cursor

[`setCursor(_:)`](/documentation/professional_video_applications/FxOnScreenControlAPI_v4/setCursor(_:))

Sets the cursor the user sees in the canvas.



---

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)