Managed Windows API
InputLocker Constructor (interval, count, force)
NamespacesManagedWinapi.HooksInputLockerInputLocker(Int32, Int32, Boolean)
Locks the input for
CopyC#
interval * count
milliseconds. The lock can be canceled every
CopyC#
interval
milliseconds. If count is negative, the lock will be active until cancelled.
Declaration Syntax
C#
public InputLocker(
	int interval,
	int count,
	bool force
)
Parameters
interval (Int32)
The interval to lock the input.
count (Int32)
How often to lock the input.
force (Boolean)
If
CopyC#
true
, the lock cannot be canceled by pressing Control+Alt+Delete

Assembly: ManagedWinapi (Module: ManagedWinapi) Version: 0.3.0.0 (0.3)