AutoHotkey Community

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

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: August 31st, 2007, 9:11 pm 
Offline

Joined: August 31st, 2007, 9:08 pm
Posts: 3
I am looking for a way to read the input from a joystick, then delete the input stopping it from going to any of the other running programs. Is there a way i can do that with ahk?

-rockNme2349

_________________
There are 10 types of people. Those that understand binary and those that don't.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: no joystick
PostPosted: September 2nd, 2007, 4:10 am 
Offline

Joined: June 18th, 2006, 8:47 am
Posts: 346
Location: Phoenix, AZ
I don't have a joystick to try, but this should be possible. Here is how you can ignore the F5 and F6 button and execute some code.


Code:
F6::
F5::
msgbox, You Pressed %A_ThisHotkey% ; whatever code you want goes here
return

; Or just ignore a hotkey (I use this to avoid accidental opening help)
F1::return


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 4th, 2007, 7:54 pm 
Offline
User avatar

Joined: August 30th, 2005, 8:43 pm
Posts: 8667
Location: Salem, MA
that should work for the buttons, but not the axes.

_________________
Image
(Common Answers) - New Tutorials Forum - Humongous FAQ


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: chaosad, robotkoer, specter333, Yahoo [Bot] and 71 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