![]() |
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 |
Definition at line 359 of file application.c.
| gboolean dt_tablet_motion_state_t::have_pressure |
Definition at line 366 of file application.c.
Referenced by _extract_pointer_input().
| gboolean dt_tablet_motion_state_t::have_tilt |
Definition at line 368 of file application.c.
Referenced by _extract_pointer_input().
| double dt_tablet_motion_state_t::pressure |
Definition at line 367 of file application.c.
Referenced by _extract_pointer_input().
| double dt_tablet_motion_state_t::speed_px_s |
Definition at line 365 of file application.c.
Referenced by _extract_pointer_input().
| double dt_tablet_motion_state_t::tilt_x |
Definition at line 369 of file application.c.
Referenced by _extract_pointer_input().
| double dt_tablet_motion_state_t::tilt_y |
Definition at line 370 of file application.c.
Referenced by _extract_pointer_input().
| guint32 dt_tablet_motion_state_t::time_ms |
Definition at line 364 of file application.c.
Referenced by _extract_pointer_input().
| gboolean dt_tablet_motion_state_t::valid |
Definition at line 361 of file application.c.
Referenced by _extract_pointer_input().
| double dt_tablet_motion_state_t::x |
Definition at line 362 of file application.c.
Referenced by _extract_pointer_input().
| double dt_tablet_motion_state_t::y |
Definition at line 363 of file application.c.
Referenced by _extract_pointer_input().