ScnLib_AddCursorEffects()

ScnLib_AddCursorEffects()

Std EditionPro EditionMax EditionUltra Edition
C++ __declspec(dllimport) void __stdcall ScnLib_AddCursorEffects(BOOL bHighlight, BOOL bClickEffects, BOOL bTrack, BOOL bClickSound);
C# [DllImport("ScnLib.dll")] public static extern void ScnLib_AddCursorEffects(bool Highlight, bool ClickEffects, bool Track, bool ClickSound);
Basic Public Declare Sub ScnLib_AddCursorEffects Lib "ScnLib.dll" (ByVal Highlight As Boolean, ByVal ClickEffects As Boolean, ByVal Track As Boolean, ByVal ClickSound As Boolean)
Delphi procedure ScnLib_AddCursorEffects(Highlight: LongBool; ClickEffects: LongBool; Track: LongBool; ClickSound: LongBool); stdcall; external 'ScnLib.dll';
  • Description
    Turn on or off additional mouse cursor effects in the video.

  • Parameters
    • Highlight [in]
      TRUE: Turn on the highlight circle effect.
      FALSE: Turn off the highlight circle effect.
    • ClickEffects [in]
      TRUE: Turn on the click circle animation effect.
      FALSE: Turn off the click circle animation effect.
    • Track [in]
      TRUE: Turn on the track effect.
      FALSE: Turn off the track effect.
    • ClickSound [in]
      TRUE: Turn on the click sound effect.
      FALSE: Turn off the click sound effect.
  • Return Value
    None.

  • Remarks
    Use this function to turn on or off additional mouse cursor effects in the video. Initially, all mouse cursor effects are disabled. You can use this function during the recording process. To check which mouse cursor effects are currently turned on or off, call ScnLib_GetCursorEffects().

  • See Also
    ScnLib_GetCursorEffects()
    ScnLib_SetCursorEffectsColors()
    ScnLib_SetCursorEffectsImagesA/W()

Try the SDK for FREE SDK APIs overview