ZD Screen Recorder SDK API – ScnLib_RecordCursor()
ScnLib_RecordCursor() | Std Edition | Pro Edition | Max Edition | Ultra 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'; | ||||
|