Andrew Sun

Results 129 comments of Andrew Sun

There's an option to send a click input whenever you tap, use `-c` for that (you can make a shortcut to directly start it with that option, just add `-c`...

Not sure what you mean, are you running it through Command Prompt? You just add the `-c` after the file name, separated by a space ![2016-12-25 12_14_24](https://cloud.githubusercontent.com/assets/14020276/21472369/b3f67d34-ca9b-11e6-9eb9-2dbcee3f88d4.png)

Can you test by running atloader.exe by itself? It should open attest.exe which will print out coordinates if it's working correctly. Also just in case, check that you have raw...

If it works in the test program there should be no reason it doesn't work in osu!, can you list the exact command you are running? (Also please make sure...

And yeah it could be the same issue as #5, but unfortunately if I can't reproduce the problem it is probably going to be difficult to fix :-(

Okay, looks like this is much more widespread than I thought. Let me make a build with more debugging info to see what's really going on.

[debug.zip](https://github.com/apsun/AbsoluteTouchEx/files/3964046/debug.zip) Please run this with both the test program and with osu! and paste the output you get here. Thanks!

Okay, that's really weird. It's like you're not getting raw input events in osu! at all. I'll keep investigating, however: Your touchpad resolution seems to be 384x188. That's an incredibly...

@MiniDemonic Hmm okay, then that confirms it's an issue on our side. Perhaps it's seeing an emulated non-precision touchpad? But that still doesn't explain why it works in the test...

@were491 honestly that was my suspicion too, but clearly it works in the test program, so under some situations it is able to recognize and use the right "device". Sadly...