diff options
Diffstat (limited to 'src/test.c')
| -rw-r--r-- | src/test.c | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -42,6 +42,10 @@ static void loop_device(int fd) | |||
| 42 | extract_gestures(&gs, &mt); | 42 | extract_gestures(&gs, &mt); |
| 43 | output_gesture(&gs); | 43 | output_gesture(&gs); |
| 44 | } | 44 | } |
| 45 | if (mt_is_idle(&mt, fd)) { | ||
| 46 | extract_delayed_gestures(&gs, &mt); | ||
| 47 | output_gesture(&gs); | ||
| 48 | } | ||
| 45 | } | 49 | } |
| 46 | close_mtouch(&mt, fd); | 50 | close_mtouch(&mt, fd); |
| 47 | } | 51 | } |
