AutoHotkey Community

It is currently May 27th, 2012, 10:51 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: October 18th, 2006, 4:42 pm 
I want that when i press two button of joystick a msgbox will appear that will show a warrning.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: October 18th, 2006, 5:05 pm 
Any code?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: December 14th, 2008, 1:11 pm 
Offline

Joined: November 26th, 2008, 4:13 pm
Posts: 12
I need, too.

Please ...


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 14th, 2008, 10:58 pm 
Offline
User avatar

Joined: October 7th, 2006, 8:45 am
Posts: 3330
Location: Simi Valley, CA
Code:
Joy1::
Joy2::
If GetKeyState("Joy1") && GetKeyState("Joy2")
   msgbox You pressed both joy1 and joy2.
return

_________________
Ternary (a ? b : c) guide     TSV Table Manipulation Library
Post code inside [code][/code] tags!


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: BrandonHotkey, chaosad, Google Feedfetcher, HotkeyStick, krajan, Yahoo [Bot] and 28 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group