Chromium Embedded Framework (CEF)  121.3.2+gce31761+chromium-121.0.6167.75
CefMouseEvent Class Reference

Class representing a mouse event. More...

#include "include/internal/cef_types_wrappers.h"

Inheritance diagram for CefMouseEvent:
cef_mouse_event_t

Public Member Functions

 CefMouseEvent ()
 
 CefMouseEvent (const cef_mouse_event_t &r)
 

Additional Inherited Members

- Public Attributes inherited from cef_mouse_event_t
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

Class representing a mouse event.

Constructor & Destructor Documentation

◆ CefMouseEvent() [1/2]

CefMouseEvent::CefMouseEvent ( )
inline

◆ CefMouseEvent() [2/2]

CefMouseEvent::CefMouseEvent ( const cef_mouse_event_t r)
inline

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