Chromium Embedded Framework (CEF)
115.2.0+g096e3eb+chromium-115.0.5790.13
|
#include "include/internal/cef_types.h"
Public Attributes | |
int | touch_handle_id |
Touch handle id. More... | |
uint32_t | 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... | |
float cef_touch_handle_state_t::alpha |
Alpha state.
Only set if |flags| contains CEF_THS_FLAG_ALPHA.
int cef_touch_handle_state_t::enabled |
Enabled state.
Only set if |flags| contains CEF_THS_FLAG_ENABLED.
uint32_t cef_touch_handle_state_t::flags |
Combination of cef_touch_handle_state_flags_t values indicating what state is set.
int cef_touch_handle_state_t::mirror_horizontal |
int cef_touch_handle_state_t::mirror_vertical |
cef_horizontal_alignment_t cef_touch_handle_state_t::orientation |
Orientation state.
Only set if |flags| contains CEF_THS_FLAG_ORIENTATION.
cef_point_t cef_touch_handle_state_t::origin |
Origin state.
Only set if |flags| contains CEF_THS_FLAG_ORIGIN.
int cef_touch_handle_state_t::touch_handle_id |
Touch handle id.
Increments for each new touch handle.