cef_touch_handle_state_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(cef && embedded_cef_bindings)
extern (C)
struct cef_touch_handle_state_t {
int mirror_vertical;
int mirror_horizontal;
}

Members

Variables

alpha
float alpha;

Alpha state. Only set if |flags| contains CEF_THS_FLAG_ALPHA.

enabled
int enabled;

Enabled state. Only set if |flags| contains CEF_THS_FLAG_ENABLED.

flags
uint flags;

Combination of cef_touch_handle_state_flags_t values indicating what state is set.

orientation
cef_horizontal_alignment_t orientation;

Orientation state. Only set if |flags| contains CEF_THS_FLAG_ORIENTATION.

origin
cef_point_t origin;

Origin state. Only set if |flags| contains CEF_THS_FLAG_ORIGIN.

touch_handle_id
int touch_handle_id;

Touch handle id. Increments for each new touch handle.

Meta