e_input: Do not devide translation components by output's w/h of a matrix 32/308332/1
authorduna.oh <duna.oh@samsung.com>
Thu, 21 Mar 2024 08:22:40 +0000 (17:22 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Thu, 21 Mar 2024 09:50:54 +0000 (18:50 +0900)
commit1242a49f1752d0cce54d2615eb9f100b8c101a4e
treed4cf4beb1c517dfbb8fcad124616936565184c95
parent62d5daf9d95f3339efc77ae51a37a0bd9c60c0f1
e_input: Do not devide translation components by output's w/h of a matrix

This code snippet may have come from ecore_drm_evdev.c in efl.
(commit: 33e3e9c8a23a78c789a011d262862867c823b001)
However, since we obtain touch coordinates with respect to output w/h
using libinput_event_touch_get_x_transformed(event, width),
a transformation matrix should remain in origin.

Change-Id: I0e5933069934156d27939e0ebcf1b7c97ab19d46
src/bin/e_input_evdev.c