Fix to get ecore_device information to initialize it 00/161800/3
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 27 Nov 2017 10:59:54 +0000 (19:59 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 28 Nov 2017 02:29:04 +0000 (11:29 +0900)
commit9b06f478eb89b06b373d9867b732d4cb5e4c75ec
treeb283b9f556a9f89d0d363e9180e5c3ee88697f7b
parente07c28997f8ae762b38d491c3578c8b6b8a2dda7
Fix to get ecore_device information to initialize it

 - To pass the key event to ecore_imf_context_filter_event(),
   the device information, such as device name, device class, and device subclass,
   should be initialized by ecore_device APIs.
 - So, added ecore_device_name_get(), ecore_device_class_get(), ecore_device_subclass_get()
   in EcoreEventKeyDown() and EcoreEventKeyUp()

Change-Id: Id553e2bc6f9ead07cd89aa82fce9d12efbe5281c
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
adaptors/ecore/wayland/event-handler-ecore-wl.cpp