Fix pointer bounce problem 74/277474/2
authorJunkyeong Kim <jk0430.kim@samsung.com>
Thu, 7 Jul 2022 08:11:22 +0000 (17:11 +0900)
committerJunkyeong Kim <jk0430.kim@samsung.com>
Fri, 8 Jul 2022 02:32:44 +0000 (11:32 +0900)
commitdd816e977c9dac0be2125cbeafdb690d5a961f74
treedf5baa88ee3f6207405197694ad9b80c3446405c
parentd41c9bd13f3296040dadc4f0cbeffb61e7a5a964
Fix pointer bounce problem

If rdp client mouse event comes twice before e_pointer update done,
it makes pointer bounce problem.
So in this case use first mouse event calibrated coordinate
to get move_x and move_y instead e_pointer coordinate.

Change-Id: I3f7beea2719a59f9c04522361e244e87c4fe15da
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
src/e_mod_rdp.c