:07 schrieb Shawn Rutledge:
On 19 Apr 2020, at 01:16, Thorsten Hofer-Schmitz
wrote:
Hi
I'm trying to handle the input of a stylus on a tablet. Qt has an example on
how to do this using a QWidget-based application. I tested it on my tablet and
everything works fine.
I would like to do th
Hi
I'm trying to handle the input of a stylus on a tablet. Qt has an
example on how to do this using a QWidget-based application. I tested it
on my tablet and everything works fine.
I would like to do this in QML/QtQuick. The documentation suggests that
PointHandler, like this:
import QtQu