Re: [Interest] Handling stylus input on a tablet in QML/QtQuick

2020-04-20 Thread Thorsten Hofer-Schmitz
: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

[Interest] Handling stylus input on a tablet in QML/QtQuick

2020-04-18 Thread Thorsten Hofer-Schmitz
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