Chromium Embedded Framework (CEF)  121.3.2+gce31761+chromium-121.0.6167.75
cef_mouse_event_t Struct Reference

Structure representing mouse event information. More...

#include "include/internal/cef_types.h"

Inheritance diagram for cef_mouse_event_t:
CefMouseEvent

Public Attributes

int x
 X coordinate relative to the left side of the view. More...
 
int y
 Y coordinate relative to the top side of the view. More...
 
uint32_t modifiers
 Bit flags describing any pressed modifier keys. More...
 

Detailed Description

Structure representing mouse event information.

Member Data Documentation

◆ modifiers

uint32_t cef_mouse_event_t::modifiers

Bit flags describing any pressed modifier keys.

See cef_event_flags_t for values.

◆ x

int cef_mouse_event_t::x

X coordinate relative to the left side of the view.

◆ y

int cef_mouse_event_t::y

Y coordinate relative to the top side of the view.


The documentation for this struct was generated from the following file: