Adjust cursor position 61/274161/1
authorJunkyeong, Kim <jk0430.kim@samsung.com>
Fri, 22 Apr 2022 08:27:22 +0000 (17:27 +0900)
committerJunkyeong, Kim <jk0430.kim@samsung.com>
Fri, 22 Apr 2022 08:27:31 +0000 (17:27 +0900)
commitdd08a4f0ffb60c294a5c862612c202315c04e6c9
treeb4227daad4c5c5983fdd42008ea1d5964cf95205
parent5ca2773784fa87d63c259b3978a987594274f17d
Adjust cursor position

if there is a big difference between pointer position and rdp client cursor position,
adjust move value.
- no big difference : move = previous rdp client cursor position - current rdp client cursor position
- big difference : move = previous pointer position - current rdp client cursor position

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