|
Chromium Embedded Framework (CEF) 148.0.4+ga59e378+chromium-148.0.7778.40
|
Structure representing mouse event information. More...
#include "include/internal/cef_types.h"
Public Attributes | |
| int | x |
| X coordinate relative to the left side of the view. | |
| int | y |
| Y coordinate relative to the top side of the view. | |
| uint32_t | modifiers |
| Bit flags describing any pressed modifier keys. | |
Structure representing mouse event information.
| uint32_t cef_mouse_event_t::modifiers |
Bit flags describing any pressed modifier keys.
See cef_event_flags_t for values.
| int cef_mouse_event_t::x |
X coordinate relative to the left side of the view.
| int cef_mouse_event_t::y |
Y coordinate relative to the top side of the view.