Chromium Embedded Framework (CEF)  106.0.15+gbb70d04+chromium-106.0.5249.12
CefTouchHandleState Class Reference

Class representing the state of a touch handle. More...

#include "include/internal/cef_types_wrappers.h"

Inheritance diagram for CefTouchHandleState:
cef_touch_handle_state_t

Public Member Functions

 CefTouchHandleState ()
 
 CefTouchHandleState (const cef_touch_handle_state_t &r)
 

Additional Inherited Members

- Public Attributes inherited from cef_touch_handle_state_t
int touch_handle_id
 Touch handle id. More...
 
uint32 flags
 Combination of cef_touch_handle_state_flags_t values indicating what state is set. More...
 
int enabled
 Enabled state. More...
 
cef_horizontal_alignment_t orientation
 Orientation state. More...
 
int mirror_vertical
 
int mirror_horizontal
 
cef_point_t origin
 Origin state. More...
 
float alpha
 Alpha state. More...
 

Detailed Description

Class representing the state of a touch handle.

Constructor & Destructor Documentation

◆ CefTouchHandleState() [1/2]

CefTouchHandleState::CefTouchHandleState ( )
inline

◆ CefTouchHandleState() [2/2]

CefTouchHandleState::CefTouchHandleState ( const cef_touch_handle_state_t r)
inline

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