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