-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add multi touch support for Tizen embedder #74
Add multi touch support for Tizen embedder #74
Conversation
Tested on TM1 device Signed-off-by: Rafal Walczyna <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think multi_touch_device
could be device
or device_id
(multi_touch_device
feels a little bit ambiguous at first glance). Otherwise LGTM!
Signed-off-by: Rafal Walczyna <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tested it on TM1, it's working properly!
* Add multi touch support for Tizen embedder Tested on TM1 device Signed-off-by: Rafal Walczyna <[email protected]> * Rename multi_touch_device to device_id Signed-off-by: Rafal Walczyna <[email protected]>
* Add multi touch support for Tizen embedder Tested on TM1 device Signed-off-by: Rafal Walczyna <[email protected]> * Rename multi_touch_device to device_id Signed-off-by: Rafal Walczyna <[email protected]>
* Add multi touch support for Tizen embedder Tested on TM1 device Signed-off-by: Rafal Walczyna <[email protected]> * Rename multi_touch_device to device_id Signed-off-by: Rafal Walczyna <[email protected]>
* Add multi touch support for Tizen embedder Tested on TM1 device Signed-off-by: Rafal Walczyna <[email protected]> * Rename multi_touch_device to device_id Signed-off-by: Rafal Walczyna <[email protected]>
* Add multi touch support for Tizen embedder * Rename multi_touch_device to device_id
* Add multi touch support for Tizen embedder * Rename multi_touch_device to device_id
* Add multi touch support for Tizen embedder * Rename multi_touch_device to device_id
* Add multi touch support for Tizen embedder * Rename multi_touch_device to device_id
* Add multi touch support for Tizen embedder * Rename multi_touch_device to device_id
* Add multi touch support for Tizen embedder * Rename multi_touch_device to device_id
Tested on TM1 with https://pub.dev/packages/pinch_zoom example.
It fixes flutter-tizen/flutter-tizen#89
Signed-off-by: Rafal Walczyna [email protected]