Detecting touch displays #471
Unanswered
jrheinlaender
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Yes, possibly. Let me take a look at the code tomorrow and see what we can do about it. There is also a setting in OpenCPN Display options to enable and disable touch screens. We might need to take a look at how OpenCPN handles this and do something similar. I would guess there are lots of subtleties involved. 😁 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In WeatherRouting.cpp there is code framed by
#ifdef __OCPN__ANDROID__that sets up touch gestures. Wouldn't it be better to use the result of WxWindow::EnableTouchEvents() instead? There can be non-Android platforms that support touch displays.Beta Was this translation helpful? Give feedback.
All reactions