Chromium Embedded Framework (CEF)
106.0.15+gbb70d04+chromium-106.0.5249.12
|
Class representing the state of a touch handle. More...
#include "include/internal/cef_types_wrappers.h"
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... | |
Class representing the state of a touch handle.
|
inline |
|
inline |