| Chromium Embedded Framework (CEF)
    128.0.1+gc234e7f+chromium-128.0.6613.7
    | 
#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.