BB FlashBack SDK: FBEditor

DisplayKeyLogDialog

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 DisplayKeyLogDialog ()

[VB.NET]
Public Sub DisplayKeyLogDialog 

See Also

FBEditor::ExportKeyLog