A hook that can be used to playback a log of keyboard and mouse events.
| C# |
public class JournalPlaybackHook : JournalHook
| All Members | Constructors | Events | |||
| Icon | Member | Description |
|---|---|---|
| JournalPlaybackHook()()() |
Creates a new journal playback hook.
| |
| GetNextJournalMessage |
Occurs when the next journal message is needed. If the message is
and a timestamp in the future, it just waits for that time and
asks for a message again. If the message is and the timestamp is
in the past, playback stops.
| |
| SystemModalDialogAppeared |
Occurs when a system modal dialog appears. This may be used to
stop playback.
| |
| SystemModalDialogDisappeared |
Occurs when a system modal dialog disappears. This may be used
to continue playback.
|
| Object | |||||
| MarshalByRefObject | |||||
| Component | |||||
| Hook | |||||
| JournalHook | |||||
| JournalPlaybackHook | |||||