AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Mouse Orientation

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Wish List
View previous topic :: View next topic  
Author Message
wolive



Joined: 20 Jul 2004
Posts: 21
Location: South Africa

PostPosted: Tue Mar 22, 2005 7:13 am    Post subject: Mouse Orientation Reply with quote

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. Smile

DLLCall("user32.dll","int","SwapMouseButton","int",1); Left hand mode
DLLCall("user32.dll","int","SwapMouseButton","int",0); Right hand mode
Back to top
View user's profile Send private message
jonny



Joined: 13 Nov 2004
Posts: 3004
Location: Minnesota

PostPosted: Tue Mar 22, 2005 7:40 pm    Post subject: Reply with quote

There is currently no direct way to do it, but you can run rundll32 to call dll's.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Wish List All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group