![]() |
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 567 of file gtk.c.
Referenced by _extract_pointer_input().
| gboolean dt_tablet_motion_state_t::have_tilt |
Definition at line 569 of file gtk.c.
Referenced by _extract_pointer_input().
| double dt_tablet_motion_state_t::pressure |
Definition at line 568 of file gtk.c.
Referenced by _extract_pointer_input().
| double dt_tablet_motion_state_t::speed_px_s |
Definition at line 566 of file gtk.c.
Referenced by _extract_pointer_input().
| double dt_tablet_motion_state_t::tilt_x |
Definition at line 570 of file gtk.c.
Referenced by _extract_pointer_input().
| double dt_tablet_motion_state_t::tilt_y |
Definition at line 571 of file gtk.c.
Referenced by _extract_pointer_input().
| guint32 dt_tablet_motion_state_t::time_ms |
Definition at line 565 of file gtk.c.
Referenced by _extract_pointer_input().
| gboolean dt_tablet_motion_state_t::valid |
Definition at line 562 of file gtk.c.
Referenced by _extract_pointer_input().
| double dt_tablet_motion_state_t::x |
Definition at line 563 of file gtk.c.
Referenced by _extract_pointer_input().
| double dt_tablet_motion_state_t::y |
Definition at line 564 of file gtk.c.
Referenced by _extract_pointer_input().