Show / Hide Table of Contents

Enum BIEvents

Used with inputBlocker class to specify what user input types to block (keys, mouse).

[Flags]
public enum BIEvents

Namespace: Au.Types
Assembly: Au.dll

Fields

Name Description
All

Block keys, mouse clicks, wheel and mouse moving. Except if generated by functions of this library. This flag combines all other non-zero flags.

Keys

Block keys. Except if generated by functions of this library.

MouseClicks

Block mouse clicks and wheel. Except if generated by functions of this library.

MouseMoving

Block mouse moving. Except if generated by functions of this library.

None

Do not block.

Extension Methods

ExtMisc.HasAny<BIEvents>(BIEvents, BIEvents)
ExtMisc.Has<BIEvents>(BIEvents, BIEvents)
ExtMisc.SetFlag<BIEvents>(ref BIEvents, BIEvents, bool)