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

Does anyone know? #165

Open
gittmin opened this issue Jan 31, 2023 · 3 comments
Open

Does anyone know? #165

gittmin opened this issue Jan 31, 2023 · 3 comments

Comments

@gittmin
Copy link

gittmin commented Jan 31, 2023

Does anyone know the code for recognizing touch screen clicks and dragging?

Alt Drag seems not to work with such as touch screen dragging is treated differently on Windows 11 and tablets -- at least differently than the mouse.

Currently only Alt Drag and DeskOK offer alt-dragging for Windows but neither have added functionality for touchscreens as the coding seems to not treat touch clicks the same as mouse clicks or dragging.

@ileathan
Copy link

ileathan commented Apr 2, 2023

Some windows do actually drag with the touch screen (some apps/properties windows), I'm curious what the difference is.

He said he may add a way to move the windows with just the mouse - hope this means we can use only the touch screen too :D Think he said that years ago though :/

I've tried various ways and have no real workaround.

@gittmin
Copy link
Author

gittmin commented Apr 5, 2023 via email

@RamonUnch
Copy link

Interacting with the touch screen requires to listen to specific multi-touch APIs in a way that is quite different from what AltDrag does at the moment. Some touch actions may generate some click sequences that can trigger AltDrag, so in some cases it can be possible to interact but in any way it would require specific development to have something usable. To do this development you will need to have a proper touch device and spend a lot of time.

I do not own such a device, and many peoples are in the same situation and are simply not interested by touch outside their smartphone and especially developers that use the Keybaord + Mouse interface most of the time. Devloppers will invest time in the tools they actually use and want to be productive with. This is also why AutoHotKey does not handle touch devices (the dev is not interested and does not use touch devices).
This is an issue that already came several times in my fork, and I am in the same situation, I do not own a multi-touch device and I am not much interested in them.

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