BB FlashBack SDK: FBEditor

DisplayKeyLogDialogExt

Description

Shows a dialog that displays key presses recorded in the current movie.

On this dialog are options to show the keypresses in 'raw' or 'sentence' form, search the key presses for a string, show the timestamp for each press or sentence and to 'auto locate' - have FBEditor show the frame corresponding to the keypress or sentence selected in the dialog.

When key presses are displayed in 'sentence' format, they are grouped together into words and lines to make it more human-readable. In 'raw' format, the key presses are shown separately, which is less readable.

Syntax

[C#/C++]
public void DisplayKeyLogDialogExt (long mode)

[VB.NET]
Public Sub DisplayKeyLogDialogExt (ByVal mode As Integer)

Parameters

mode (in) : determines whether the dialog displays key presses in sentence or raw mode.

0 = sentence mode. Key presses are grouped together into words and lines, to make it more easily readable.

1 = raw mode. Each key press is displayed separately.

See Also

FBEditor::ExportKeyLog  FBEditor::ExportKeyLogExt