BB FlashBack SDK: FBRecorder

RecordExtraMouseEvents

Description

Determines whether mouse clicks and scrollwheel events will be captured during recording and saved to the movie file.
 

Syntax

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

[VB.NET]
Public Property RecordExtraMouseEvents As Boolean
 

Remarks

Set to True by default.

If RecordMouseCursor is set to False and RecordExtraMouseEvents is set to True, the resulting movie will not contain mouse movement events and therefore will not show the mouse cursor, but it will contain button click events.
 

See Also

FBRecorder::RecordMouseCursor