e_comp_wl_input: when pointer is locked, delete cursor hide timer 38/300938/1
authorduna.oh <duna.oh@samsung.com>
Mon, 6 Nov 2023 07:21:58 +0000 (16:21 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Mon, 6 Nov 2023 08:19:22 +0000 (17:19 +0900)
commitd31eaf38264b9cca65000c8f503698419cd219c5
treee4f81adfa7882ea4cc0bca2046effbac5c3f42b2
parent2d24dd8e87b822ab0a86f3e517bd1571c9a5e693
e_comp_wl_input: when pointer is locked, delete cursor hide timer

When pointer is locked, no need to hide cursor by timer.
After applying this patch, the sequence flow is as follows.

1. mouse moves -> cursor hide timer added
mouse moves -> cursor hide timer updated

2. pointer locked -> delete cursor hide timer
mouse moves -> relative motion
mouse moves -> relative motion

3. pointer unlocked
mouse moves -> cursor hide timer added
mouse moves -> cursor hide timer updated
mouse idles -> cursor hidden by timer

Change-Id: I982db4fb2ed5742ef51c007394cf30ca684c7071
src/bin/e_comp_wl_input.c