Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Struct _cef_mouse_event_t

   in cef_types.h

struct _cef_mouse_event_t

Structure representing mouse event information.


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

Field Detail

modifiers

public uint32 modifiers;
Bit flags describing any pressed modifier keys. See cef_event_flags_t for values.

x

public int x;
X coordinate relative to the left side of the view.

y

public int y;
Y coordinate relative to the top side of the view.

 Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2016 Marshall A. Greenblatt