Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_tablet_motion_state_t Struct Reference
+ Collaboration diagram for dt_tablet_motion_state_t:

Data Fields

gboolean valid
 
double x
 
double y
 
guint32 time_ms
 
double speed_px_s
 
gboolean have_pressure
 
double pressure
 
gboolean have_tilt
 
double tilt_x
 
double tilt_y
 

Detailed Description

Definition at line 560 of file gtk.c.

Field Documentation

◆ have_pressure

gboolean dt_tablet_motion_state_t::have_pressure

Definition at line 567 of file gtk.c.

Referenced by _extract_pointer_input().

◆ have_tilt

gboolean dt_tablet_motion_state_t::have_tilt

Definition at line 569 of file gtk.c.

Referenced by _extract_pointer_input().

◆ pressure

double dt_tablet_motion_state_t::pressure

Definition at line 568 of file gtk.c.

Referenced by _extract_pointer_input().

◆ speed_px_s

double dt_tablet_motion_state_t::speed_px_s

Definition at line 566 of file gtk.c.

Referenced by _extract_pointer_input().

◆ tilt_x

double dt_tablet_motion_state_t::tilt_x

Definition at line 570 of file gtk.c.

Referenced by _extract_pointer_input().

◆ tilt_y

double dt_tablet_motion_state_t::tilt_y

Definition at line 571 of file gtk.c.

Referenced by _extract_pointer_input().

◆ time_ms

guint32 dt_tablet_motion_state_t::time_ms

Definition at line 565 of file gtk.c.

Referenced by _extract_pointer_input().

◆ valid

gboolean dt_tablet_motion_state_t::valid

Definition at line 562 of file gtk.c.

Referenced by _extract_pointer_input().

◆ x

double dt_tablet_motion_state_t::x

Definition at line 563 of file gtk.c.

Referenced by _extract_pointer_input().

◆ y

double dt_tablet_motion_state_t::y

Definition at line 564 of file gtk.c.

Referenced by _extract_pointer_input().


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