Skip to content
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

Open
Tortenrandband opened this issue Feb 15, 2020 · 3 comments
Open

Other programs except osu! #11

Tortenrandband opened this issue Feb 15, 2020 · 3 comments

Comments

@Tortenrandband
Copy link

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?

@apsun
Copy link
Owner

apsun commented Feb 16, 2020

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 :-(

@Tortenrandband
Copy link
Author

AbsoluteTouch.exe worked (I have a Synaptics touchpad), Thank you Andrew.
I didn't realize how hard it is to draw in absolute mode, when I'm just hovering with the cursor there is no way to click&hold other than double tapping with the pen and losing the previous position, because it's hard to hit the same spot.
I'm using my second hand for other controls, otherwise I would use the seperate buttons on my touchpad for right and left click.

@gmpakpak12
Copy link

gmpakpak12 commented Jul 31, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants