Hi,
The relevant code that finds the maxTouchPoints value is int
qtwebengine/src/3rdparty/chromium/ui/base/touch/touch_device_linux.cc inside
the MaxTouchPoints() function.
That function iterates over the available touchscreens (not touchpads though).
Thus my initial guess is that the touchsc
Hi,
I'm trying to get the info from the browser if the device supports multitouch.
There is a navigator object maxTouchPoints
(https://developer.mozilla.org/en-US/docs/Web/API/Navigator/maxTouchPoints)
which would do the trick.
This works with Chromium in Linux and with Chrome and QtWebEngine in
W
Hi,
I know that this question was up earlier this year on the list, but it
never got any answer that I could find, I'm sorry if I missed it...
Anyway, I need to access the OpenGL blacklist info, specifically I want to
see if ANGLE has been disabled before I try to create an ANGLE GL Context
In m
Hi Qt!
We've just released Milo Code Database: a set of small, useful helper classes
for Qt, easy to include and use - plus a scaffolding for new projects we call
the New Project Template. At Milo, we use them in many of our projects
to speed up development, and we figured they may be useful to th