Convenience class that uses a journal playback hook to block keyboard
and mouse input for some time.
Declaration Syntax
C# |
public class InputLocker : IDisposable
Members
All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
InputLocker(Int32, Int32, Boolean) |
Locks the input for CopyC# interval * count CopyC# interval | |
Dispose()()() |
Unlocks the input.
| |
LockInputFor(Int32, Boolean) |
Lock input for given number of milliseconds
| |
Unlock()()() |
Unlocks the input.
|
Inheritance Hierarchy
Object | |
InputLocker |