Change-Id: Ie39a5bd83651401ab0882552e7358251c6885f13
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
e_pointer_hide(e_comp->pointer);
}
}
+ if (e->caps & EVDEV_SEAT_KEYBOARD)
+ {
+ comp->wl_comp_data->kbd.num_devices--;
+ if (comp->wl_comp_data->kbd.num_devices == 0)
+ {
+ e_comp_wl_input_keyboard_enabled_set(EINA_FALSE);
+ }
+ }
+ if (e->caps & EVDEV_SEAT_TOUCH)
+ {
+ comp->wl_comp_data->touch.num_devices--;
+ if (comp->wl_comp_data->touch.num_devices == 0)
+ {
+ e_comp_wl_input_touch_enabled_set(EINA_FALSE);
+ }
+ }
end: