wolive
Joined: 20 Jul 2004 Posts: 21 Location: South Africa
|
Posted: Tue Mar 22, 2005 7:13 am Post subject: Mouse Orientation |
|
|
Is it possible to include a feature that enables a mouse to become left hand or right hand orientated using a hotkey. I use the following code snippet in an au3 script, but will prefer to use ahk.
DLLCall("user32.dll","int","SwapMouseButton","int",1); Left hand mode
DLLCall("user32.dll","int","SwapMouseButton","int",0); Right hand mode |
|