ZD Screen Recorder SDK API – ScnLib_IsCursorUnscaled()
ScnLib_IsCursorUnscaled() | Std Edition | Pro Edition | Max Edition | Ultra Edition | |
---|---|---|---|---|---|
C++ |
__declspec(dllimport) BOOL __stdcall ScnLib_IsCursorUnscaled(void); |
✔ | ✔ | ✔ | ✔ |
C# |
[DllImport("ScnLib.dll")] public static extern bool ScnLib_IsCursorUnscaled(); | ||||
Basic |
Public Declare Function ScnLib_IsCursorUnscaled Lib "ScnLib.dll" () As Boolean | ||||
Delphi |
function ScnLib_IsCursorUnscaled(): LongBool; stdcall; external 'ScnLib.dll'; | ||||
|