BB FlashBack SDK: FBEditor

SetMousePointerVisibility

Description

Shows or hides the mouse pointer in a range of frames.
 

Syntax

[C#/C++]
public void SetMousePointerVisibility (long StartFrame, long EndFrame, Bool Visibility)

[VB.NET]
Public Sub SetMousePointerVisibility (ByVal StartFrame As integer, ByVal EndFrame As integer, ByVal Visibility As Boolean)

Parameters

StartFrame : First frame of the range to set visibility for.

EndFrame : Last frame of the range

Visibility : Visibility of the mouse pointer. Set to False to hide the pointer or True to show it.