ZD Screen Recorder SDK API – ScnLib_SetCursorUnscaled()

ScnLib_SetCursorUnscaled()

Std EditionPro EditionMax EditionUltra Edition
C++ __declspec(dllimport) void __stdcall ScnLib_SetCursorUnscaled(BOOL bEnable);
C# [DllImport("ScnLib.dll")] public static extern void ScnLib_SetCursorUnscaled(bool Enable);
Basic Public Declare Sub ScnLib_SetCursorUnscaled Lib "ScnLib.dll" (ByVal Enable As Boolean)
Delphi procedure ScnLib_SetCursorUnscaled(Enable: LongBool); stdcall; external 'ScnLib.dll';
  • Description
    Toggle the feature that keeps the mouse cursor unscaled in videos.

  • Parameters
    • Enable [in]
      TRUE: To keep mouse cursor unscaled.
      FALSE: Not to keep mouse cursor unscaled.
  • Return Value
    None.

  • Remarks
    Use this function to toggle the feature that keeps the mouse cursor unscaled in videos. When a screen image is scaled in a video, the mouse cursor typically scales accordingly, which can sometimes make it appear too large or too small. Enabling this feature ensures that the cursor image in the video remains at its original size, regardless of any scaling applied to the screen image. This function can be used during the recording process. By default, this feature is disabled. To check whether this feature is currently active, call ScnLib_IsCursorUnscaled().

  • See Also
    ScnLib_IsCursorUnscaled()

Shopping Cart
  • Your cart is empty.
Scroll to Top