[This is preliminary documentation and is subject to change.]
Supported event bit flags.
Namespace: Xilium.CefGlueAssembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax
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 | 1024 | ||
| IsRight | 2048 |
See Also