![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
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 |
| gboolean dt_tablet_motion_state_t::have_pressure |
Definition at line 648 of file gtk.c.
Referenced by _extract_pointer_input().
| gboolean dt_tablet_motion_state_t::have_tilt |
Definition at line 650 of file gtk.c.
Referenced by _extract_pointer_input().
| double dt_tablet_motion_state_t::pressure |
Definition at line 649 of file gtk.c.
Referenced by _extract_pointer_input().
| double dt_tablet_motion_state_t::speed_px_s |
Definition at line 647 of file gtk.c.
Referenced by _extract_pointer_input().
| double dt_tablet_motion_state_t::tilt_x |
Definition at line 651 of file gtk.c.
Referenced by _extract_pointer_input().
| double dt_tablet_motion_state_t::tilt_y |
Definition at line 652 of file gtk.c.
Referenced by _extract_pointer_input().
| guint32 dt_tablet_motion_state_t::time_ms |
Definition at line 646 of file gtk.c.
Referenced by _extract_pointer_input().
| gboolean dt_tablet_motion_state_t::valid |
Definition at line 643 of file gtk.c.
Referenced by _extract_pointer_input().
| double dt_tablet_motion_state_t::x |
Definition at line 644 of file gtk.c.
Referenced by _extract_pointer_input().
| double dt_tablet_motion_state_t::y |
Definition at line 645 of file gtk.c.
Referenced by _extract_pointer_input().