Chromium Embedded Framework (CEF)  106.0.15+gbb70d04+chromium-106.0.5249.12
cef_touch_handle_state_t Struct Reference

#include "include/internal/cef_types.h"

Inheritance diagram for cef_touch_handle_state_t:
CefTouchHandleState

Public Attributes

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...
 

Member Data Documentation

◆ alpha

float cef_touch_handle_state_t::alpha

Alpha state.

Only set if |flags| contains CEF_THS_FLAG_ALPHA.

◆ enabled

int cef_touch_handle_state_t::enabled

Enabled state.

Only set if |flags| contains CEF_THS_FLAG_ENABLED.

◆ flags

uint32 cef_touch_handle_state_t::flags

Combination of cef_touch_handle_state_flags_t values indicating what state is set.

◆ mirror_horizontal

int cef_touch_handle_state_t::mirror_horizontal

◆ mirror_vertical

int cef_touch_handle_state_t::mirror_vertical

◆ orientation

cef_horizontal_alignment_t cef_touch_handle_state_t::orientation

Orientation state.

Only set if |flags| contains CEF_THS_FLAG_ORIENTATION.

◆ origin

cef_point_t cef_touch_handle_state_t::origin

Origin state.

Only set if |flags| contains CEF_THS_FLAG_ORIGIN.

◆ touch_handle_id

int cef_touch_handle_state_t::touch_handle_id

Touch handle id.

Increments for each new touch handle.


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