I wanna change the sensitivity of the cursor in the Qt project e.g. MouseArea
. I found QMouseDevice
or MouseDevice
(in QML) for the 3D environment, these have sensitivity
property. But I could not find a smooth example for that.
I test by using SPI_SETMOUSESPEED, with Qt v5.14 and MSVCx64 2017 compiler. But cannot handle that. This page of github has some suggestions and I can't solve my prob.