make sure hold Alt and clicking works. Was reported it didn't in Diablo 2. Need to find a good test program (or get Diablo 2) to test this with. Since there are issues with Alt anyways, it might be a WineskinX11 bug.
It's a simple Qt application that shows click/drag/wheel events, including keyboard modifier info.
The app doesn't take into account certain events (such as doubleclicks), but the sources are included (consider them to be released under public domain) and easy to extend in case it's needed in future. I compiled it using the latest version of the Qt SDK / Qt 4.8.0 beta / mingw.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If Emulate 3 Mouse buttons is enabled, Alt stops working with a click, even though it still works as a normal alt key otherwise.
I'm not going to try to have it figure out what people needs, I'll just add an option in Wineskin where people can enable/disable emulating a middle mouse click with Alt/Cmd
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
fixed in git... new option to select if emulate 3 button mouse is on or not. If Alt key is enabled, and Emulate is off, then Alt click in games works fine.
still need a program I know I can test this easily in... if anyone can reproduce or test it in some programs
Here you go: http://files.dotalux.com/misc/ClickTestWin32.zip
It's a simple Qt application that shows click/drag/wheel events, including keyboard modifier info.
The app doesn't take into account certain events (such as doubleclicks), but the sources are included (consider them to be released under public domain) and easy to extend in case it's needed in future. I compiled it using the latest version of the Qt SDK / Qt 4.8.0 beta / mingw.
Thanks for the app!
Apparantly this is an Xquartz bug with Wine I guess... using normal command line Wine and the latest version of XQuartz, Alt+Click doesn't register.
I take that back.. newest XQuartz works... need to test more
Ok.. I figured it out.
If Emulate 3 Mouse buttons is enabled, Alt stops working with a click, even though it still works as a normal alt key otherwise.
I'm not going to try to have it figure out what people needs, I'll just add an option in Wineskin where people can enable/disable emulating a middle mouse click with Alt/Cmd
fixed in git... new option to select if emulate 3 button mouse is on or not. If Alt key is enabled, and Emulate is off, then Alt click in games works fine.
author doh123 <doh123@doh123.com>
Sat, 17 Sep 2011 21:46:38 +0000 (16:46 -0500)
committer doh123 <doh123@doh123.com>
Sat, 17 Sep 2011 21:46:38 +0000 (16:46 -0500)
commit 3848157f1088ce3db55e6c55b96d285a00924740
tree b57bdb9c55c947a87589e4c8cef50d5f9bc73c14
parent e68bd79041c70ff0cd8bd94dac2de25e315a52f7
3387173 Alt Click fix and updated Winetricks