ScnLib_RecordCursor()

ScnLib_RecordCursor()

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

  • Parameters
    • Enable [in]
      TRUE: To enable.
      FALSE: To disable.
  • Return Value
    None.

  • Remarks
    Use this function to toggle the inclusion of the mouse cursor in the video. By default, recording the mouse cursor is enabled. To incorporate additional special effects that highlight mouse cursor input in the video, call ScnLib_AddCursorEffects(). This function can be used during the recording process. To check whether the inclusion of the mouse cursor in the video is currently enabled, call ScnLib_IsRecordCursor().

  • See Also
    ScnLib_IsRecordCursor()
    ScnLib_AddCursorEffects()

Try the SDK for FREE SDK APIs overview