cef_mouse_event_t

Structure representing mouse event information.

version(cef && embedded_cef_bindings)
extern (C)
struct cef_mouse_event_t {}

Members

Variables

modifiers
uint modifiers;

Bit flags describing any pressed modifier keys. See cef_event_flags_t for values.

x
int x;

X coordinate relative to the left side of the view.

y
int y;

Y coordinate relative to the top side of the view.

Meta