e_devicemgr:fix the wrong cursor position after pointer warp request by non-fullscree... 88/262188/2
authorDuna Oh <duna.oh@samsung.com>
Wed, 4 Aug 2021 00:15:22 +0000 (09:15 +0900)
committerDuna Oh <duna.oh@samsung.com>
Wed, 4 Aug 2021 05:01:40 +0000 (14:01 +0900)
commit11f283d31560c5142ea489f582cd95ab87b85480
tree0d561382d3097c9c543dc9156120fca9821024ff
parent6547566326a3d59da1a8f9fb0bbc86073cd3dddc
e_devicemgr:fix the wrong cursor position after pointer warp request by non-fullscreen application

The warp request from an app should be in relative coordinate which is bound to (0,0 ~ width,height).
After clipping warp coords to inside of the window, we add up the the x,y position of window
to handle the warp coords in server side.

Change-Id: Ic78a352e4ede83dae3826a57338213fedeb73324
src/bin/e_devicemgr_input.c