drawterm-android
drawterm-android copied to clipboard
Mouse position offset in y-direction
On my pixel 4 the pointer position is not correct. In the top the pointer is where my finger is, the more I reach the bottom with my finger, the higher the pointer is.
Imagine the drawterm screen with y coordinate between 0 and 1, it looks like the formula: output.y = input.y * k; with k something like 0.9.
I fiddled around with it. It's not an easy issue. I'll investigate further