Hi,
I am seeing a lag between where my finger is on the screen, and the position returned from TouchPanel.GetState().
My understanding is that (Android) devices usually have a lag between the actual touched position and the one reported to software. However, the touch position I am seeing in Monogame seems to lag even further behind the position Android is using, and this is making the ‘lag’ considerably more pronounced.
I’ve screen-recorded a video of the difference between what Android is reporting as the touch position, and the position from TouchPanel.GetState(): https://youtu.be/iNBmB8oTTuI
Code here: https://github.com/FlukeFan/MonogameAndroidLag
Has anyone seen this before, or have any tips for reducing/removing this problem?
Thanks,
Richard