BB FlashBack SDK: FBRecorder

RestoreMouseCursorPosition

Description

There is a delay between calling FBRecorder::Start() and recording actually starting. When this property is set to true, when recording actually starts, the mouse will jump to the position it had when the start() method was called. When set to false, the mouse will not be repositioned.

The property defaults to true.

Syntax

[C#/C++]
public: Bool RestoreMouseCursorPosition;

[VB.NET]
Public Property RestoreMouseCursorPosition As Boolean