Chromium Embedded Framework (CEF) 148.0.4+ga59e378+chromium-148.0.7778.40
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.
 
float x
 X coordinate relative to the left side of the view.
 
float y
 Y coordinate relative to the top side of the view.
 
float radius_x
 X radius in pixels.
 
float radius_y
 Y radius in pixels.
 
float rotation_angle
 Rotation angle in radians.
 
float pressure
 The normalized pressure of the pointer input in the range of [0,1].
 
cef_touch_event_type_t type
 The state of the touch point.
 
uint32_t modifiers
 Bit flags describing any pressed modifier keys.
 
cef_pointer_type_t pointer_type
 The device type that caused the event.
 

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: