Skip to content

Conversation

@bbrto21
Copy link

@bbrto21 bbrto21 commented Aug 18, 2022

Signed-off-by: Boram Bae boram21.bae@samsung.com

* Use ecore_evas_window_get instead of ecore_evas_window_get.
* Fix flutter-tizen/flutter-tizen/issues/424

Signed-off-by: Boram Bae <boram21.bae@samsung.com>
Copy link
Member

@swift-kim swift-kim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Copy link
Member

@JSUYA JSUYA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check UnRegisterEventHandlers method.

Signed-off-by: Boram Bae <boram21.bae@samsung.com>
Copy link
Member

@JSUYA JSUYA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

image_, EVAS_CALLBACK_MOUSE_WHEEL,
evas_object_callbacks_[EVAS_CALLBACK_MOUSE_WHEEL], this);

evas_object_callbacks_[EVAS_CALLBACK_KEY_DOWN] = [](void* data, Evas* evas,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only apply to mouse events but not key events?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I know evas_image is not suitable for receiving key events.
I know that the key problem was solved by modifying GetWindowID().
When I tested this PR, the key event did or didn't because of ime...
I don't think this is a problem with event callbacks....

@swift-kim swift-kim merged commit 5d13715 into flutter-tizen:flutter-3.0.5-tizen Aug 19, 2022
swift-kim pushed a commit that referenced this pull request Sep 1, 2022
Use ecore_evas_window_get instead of ecore_evas_window_get.

Signed-off-by: Boram Bae <boram21.bae@samsung.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Touch screen not working on Tizen 4.0

3 participants