flutter-tizen / engine

The Flutter engine
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
6 stars 19 forks source link

TizenViewElementary: Remove event layer #356

Closed JSUYA closed 2 years ago

JSUYA commented 2 years ago

If elm_bg set focus_allow, it can add EVAS_CALLBACkKEY* event and elm_bg can be a container. So we don't need the eventlayer that we temporarily added with elmbutton. Therefore, give event callback to container and remove eventlayer.