ScnLib_IsRecordCursor()

ScnLib_IsRecordCursor()

Std EditionPro EditionMax EditionUltra Edition
C++ __declspec(dllimport) BOOL __stdcall ScnLib_IsRecordCursor(void);
C# [DllImport("ScnLib.dll")] public static extern bool ScnLib_IsRecordCursor();
Basic Public Declare Function ScnLib_IsRecordCursor Lib "ScnLib.dll" () As Boolean
Delphi function ScnLib_IsRecordCursor(): LongBool; stdcall; external 'ScnLib.dll';
  • Description
    Check whether the inclusion of the mouse cursor in the video is currently enabled.

  • Parameters
    None.

  • Return Value
    If the inclusion of the mouse cursor in the video is currently enabled, the return value is TRUE. Otherwise, the return value is FALSE.

  • Remarks
    Use this function to check whether the inclusion of the mouse cursor in the video is currently enabled.

  • See Also
    ScnLib_RecordCursor()

Try the SDK for FREE SDK APIs overview