Chromium Embedded Framework (CEF) 148.0.4+ga59e378+chromium-148.0.7778.40
cef_touch_handle_state_t Struct Reference

#include "include/internal/cef_types.h"

Public Attributes

size_t size
 Size of this structure.
 
int touch_handle_id
 Touch handle id.
 
uint32_t flags
 Combination of cef_touch_handle_state_flags_t values indicating what state is set.
 
int enabled
 Enabled state.
 
cef_horizontal_alignment_t orientation
 Orientation state.
 
int mirror_vertical
 
int mirror_horizontal
 
cef_point_t origin
 Origin state.
 
float alpha
 Alpha state.
 

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

◆ size

size_t cef_touch_handle_state_t::size

Size of this structure.

◆ 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: