Andrew Sun
Andrew Sun
That's weird, are you using more than one monitor or using a weird resolution? The touchpad coordinates are mapped to the entire screen. There shouldn't be any border at all....
No that's intentional, the coordinates are capped between 0 and 65535 (where 0 is top/left and 65535 is right/bottom). The calibration is merely intended to let you change where 0...
Uhhhhhh is that a touchpad or a touchscreen? O_o This smells like a case of crappy drivers to me, at the very least they're not implementing the HID spec correctly...
Are you running osu in fullscreen or windowed mode? Also, does toggling the "map input to window" option do anything?
I meant the osu setting (it's in the mouse input section)
> On the contrary, it could be something on my end as no one else seems to have this problem. It could be, or it could also be that nobody...
Actually, I just realized that debugging info is not necessary. You can just run atloader.exe directly and it will launch the test program which should output the coordinates that AbsoluteTouchEx...
That's close enough (1023/1024 * 63335 == 65471, that's just a side effect of how the coordinates are scaled). I'll dig into OpenTK to see how these values get used.
Just run the .exe file. While the window is open, your touchpad will behave kind of like a tablet. When you want to revert to normal behavior, just close the...
Derp, I forgot to upload the binaries to GitHub. Here you go: https://github.com/apsun/AbsoluteTouch/releases/tag/v1.4.1 If you get an error when running it, you'll need to install the [Visual Studio 2015 C++...