|
Chromium Embedded Framework (CEF)
141.0.5+gfe26daa+chromium-141.0.7390.55
|
#include "include/internal/cef_types.h"
Public Attributes | |
| size_t | size |
| Size of this structure. More... | |
| 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.
| size_t cef_touch_handle_state_t::size |
Size of this structure.
| int cef_touch_handle_state_t::touch_handle_id |
Touch handle id.
Increments for each new touch handle.