-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Other programs except osu! #11
Comments
I tried this with two approaches: AbsoluteTouch and Pad2Screen. AbsoluteTouch had some problems with performance and didn't work well in games, but if you have a Synaptics touchpad, I think it does fit your usecase. Pad2Screen was a Windows kernel driver that would basically turn your touchpad into a touchscreen system-wide, the only problem is that I never actually got it to work since drivers are fickle things. AbsoluteTouchEx technically works on things other than osu!, but it requires that the program use raw input, which is primarily used by games. I don't think browsers will ever support it, so chances are slim that this will ever happen with AbsoluteTouchEx :-( |
AbsoluteTouch.exe worked (I have a Synaptics touchpad), Thank you Andrew. |
how do I use is on Osu! everytime i press shift + f6 my cursor just wont move.... I have synaptics touchpad though i installed different precision driver it works without issue its just that shift +f6 on osu! wont make my cusor move... I get it that i wont move when in calibration mode but when i exit calibration and turn on absolute touch i cant move it... help can you do a tutorial for noobs because i dont quite understand the tutorial on main page |
I really like to use my touchpad in absolute mode with other programs than osu!
Using it inside the browser for example with different drawing apps would be huge for me.
Are there any plans to implement such a thing in the future or are there other possible pathways to achieve something like that on windows or linux?
The text was updated successfully, but these errors were encountered: