Hello, I was planning to move a project from Qt 4.8 to Qt 5.12 but I'm having a problem with the way the pen input (wacom digitizer) is being handled in Qt 5.12. On Qt 4.8 the pen input is received as a touch event, however on Qt 5.12 is received as a tablet event, Is there a way to get back this behavior? Regards.