![]() |
|
Wings 3D + mouse - Printable Version +- Wings 3D Development Forum (http://www.wings3d.com/forum) +-- Forum: Wings 3D (/forumdisplay.php?fid=1) +--- Forum: Design & Development (/forumdisplay.php?fid=6) +--- Thread: Wings 3D + mouse (/showthread.php?tid=581) |
Wings 3D + mouse - Hank - 01-28-2014 08:40 AM Hi, I wish there was better support for mouses with more than standard 3 buttons. I use mouse with 8 buttons and would like to set it up with different key shortcuts, for example 4th button as ctrl+z and 5th as ctrl+shift+z... Is there any way to sign mouse buttons? I tried to use external mouse configuration program and it doesn't work. RE: Wings 3D + mouse - micheus - 01-28-2014 08:36 PM I think you can try AutoHotkey. It seems to support mouse with five buttons. RE: Wings 3D + mouse - Hank - 02-01-2014 08:31 PM Hi micheus!, I tried to setup my mouse and I think the problem seems to be in Wings 3D. Is the program able to handle mouse with more than three buttons? Even in the preferences you can choose between 1-3 button option... Could anyone check if this is only my problem? Thanks RE: Wings 3D + mouse - micheus - 02-01-2014 11:48 PM (02-01-2014 08:31 PM)Hank Wrote: I think the problem seems to be in Wings 3D.Not really a "problem". I don't remember to see in the source code Wings3d handling other than those three usual buttons events received from the OS. Quote:Is the program able to handle mouse with more than three buttons?Wings3d? I don't think so. The program I pointed you? Yes. Quote:Supported only in Windows 2000/XP or later:It should work fine for what you want. |