enableCursorVisible abstract method

Future<void> enableCursorVisible(
  1. bool visible
)

Set whether to show the cursor

Available since: 3.1.0 Description: Set whether to show the cursor. When to call: It can be called after the engine by createScreenCaptureSource has been initialized. Restrictions: Only available on Windows/macOS.

  • visible Whether to show the cursor. true to show the cursor, false to not show the cursor, the default is false.

Implementation

Future<void> enableCursorVisible(bool visible);