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

Class representing a touch event. More...

#include "include/internal/cef_types_wrappers.h"

Inheritance diagram for CefTouchEvent:
cef_touch_event_t

Public Member Functions

 CefTouchEvent ()
 
 CefTouchEvent (const cef_touch_event_t &r)
 

Additional Inherited Members

- Public Attributes inherited from cef_touch_event_t
int id
 Id of a touch point. More...
 
float x
 X coordinate relative to the left side of the view. More...
 
float y
 Y coordinate relative to the top side of the view. More...
 
float radius_x
 X radius in pixels. More...
 
float radius_y
 Y radius in pixels. More...
 
float rotation_angle
 Rotation angle in radians. More...
 
float pressure
 The normalized pressure of the pointer input in the range of [0,1]. More...
 
cef_touch_event_type_t type
 The state of the touch point. More...
 
uint32_t modifiers
 Bit flags describing any pressed modifier keys. More...
 
cef_pointer_type_t pointer_type
 The device type that caused the event. More...
 

Detailed Description

Class representing a touch event.

Constructor & Destructor Documentation

◆ CefTouchEvent() [1/2]

CefTouchEvent::CefTouchEvent ( )
inline

◆ CefTouchEvent() [2/2]

CefTouchEvent::CefTouchEvent ( const cef_touch_event_t r)
inline

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