CefEventFlags Enumeration |
Version 130.1.90
Supported event bit flags.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax [FlagsAttribute]
public enum CefEventFlags
[FlagsAttribute]
public enum class CefEventFlags
Members Member name | Value | Description |
---|
None | 0 | |
CapsLockOn | 1 | |
ShiftDown | 2 | |
ControlDown | 4 | |
AltDown | 8 | |
LeftMouseButton | 16 | |
MiddleMouseButton | 32 | |
RightMouseButton | 64 | |
CommandDown | 128 |
Mac OS-X command key.
|
NumLockOn | 256 | |
IsKeyPad | 512 | |
IsLeft | 1,024 | |
IsRight | 2,048 | |
AltGrDown | 4,096 | |
IsRepeat | 8,192 | |
See Also