Fix unmatched tap gesture count in invalid input. 95/308895/1
authorHosang Kim <hosang12.kim@samsung.com>
Fri, 29 Mar 2024 11:51:55 +0000 (20:51 +0900)
committerArtur Świgoń <a.swigon@samsung.com>
Tue, 2 Apr 2024 10:34:17 +0000 (12:34 +0200)
commitda7e9c63f32daa73090b28d562d457be76a4fc32
treeb7e468c7b051b2971c2d65e10ff9cde6d1d410b6
parent9e5c7fe2073536a9edfb9a6c1cf0d2afa824b5ac
Fix unmatched tap gesture count in invalid input.

If first finger is valid, other finger comes invalid down - valid-up,
down is ignored, but up is activated.
this occurs tap count negative which blocks all accessiblity gesture.

this fix prevent those case by block the invalid input only the first
finger so second will activate regardless of it's position.

Change-Id: I17b13e4ef48c99771c95e76d2ddda2f99412f2fc
src/e_screen_reader_gestures.c