Add keycode for Ecore_IMF_Event_Key value 48/215648/5
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 14 Oct 2019 02:07:51 +0000 (11:07 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 22 Oct 2019 11:35:27 +0000 (20:35 +0900)
commit822aab315cfb932d7872ac5c00f2a2a183a7c11b
tree0dcedabc5a8d3c59a7d6635640539d05d8860a4c
parent2c9e35cb1b08cf7651bacffb925fdfd1a1c9e58a
Add keycode for Ecore_IMF_Event_Key value

- Since ecore_imf 1.22 version, 'keycode' variable is included
  in Ecore_IMF_Event_Key_Down / Up.
- To allow an Ecore Input Context to handle an event, send 'keyCode' of KeyEvent
- Removed ECORE_IMF_13 tag, instead use ECORE_VERSION_MAJOR / MINOR tags

Change-Id: I306339efc75b1de4e9d78d975b9ee33ff7483be7
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
build/tizen/deps-check.cmake
dali/internal/input/tizen-wayland/input-method-context-impl-ecore-wl.cpp
dali/internal/input/ubuntu-x11/input-method-context-impl-x.cpp