sandsmark / recrossable

crossword game with simplistic handwriting recognition and automatic generation of crosswords
GNU General Public License v2.0
62 stars 11 forks source link

Pen input on Qt 5.11 #3

Closed matteodelabre closed 4 years ago

matteodelabre commented 4 years ago

Even though I’m building with Qt 5.11, the pen input does not seem to register unless I force the use of this workaround which, according to the code, is meant for Qt 5.6.

sandsmark commented 4 years ago

I think the check was there because Qt::AA_SynthesizeMouseForUnhandledTabletEvents didn't exist in Qt before 5.7. But I'll just drop the check, the hack doesn't really hurt anything (except it's more code).