Constructor of inputBlocker(+ 1 overload)
Overload
This constructor does nothing (does not call inputBlocker.Start).
public inputBlocker()
Overload(top)
This constructor calls inputBlocker.Start.
public inputBlocker(BIEvents what)
Parameters
|
what (BIEvents)
Enum: None, Keys, MouseClicks, MouseMoving, All. |
Exceptions
|
ArgumentException
what is 0. |