| Author |
Message |
Topic: XInput - Xbox 360 Controller API |
darkangael
Replies: 33
Views: 15845
|
Forum: Scripts & Functions Posted: Wed Feb 03, 2010 10:48 pm Subject: XInput - Xbox 360 Controller API |
The button info is actually more of a BIT register than an accumulating value. On my XBOX controller the A,B,X,Y buttons are bits 12, 13, 14 and 15 of the register.
Example:
To discover if the A ... |
Topic: HID devices with lots of buttons that are not "keyboard |
darkangael
Replies: 2
Views: 618
|
Forum: Ask for Help Posted: Sun Jan 06, 2008 4:28 am Subject: HID devices with lots of buttons that are not "keyboard |
Hi all,
I had been looking for a way to detect differences between two keyboards and have the output redirected to different windows depending on which board it was. This has been shown to be impos ... |
Topic: DLLCall: Support for Human Interface devices |
darkangael
Replies: 150
Views: 96040
|
Forum: Scripts & Functions Posted: Thu Jul 26, 2007 4:10 pm Subject: DLLCall: Support for Human Interface devices |
| After looking at the AHK source code I can see that seeing what device caused an input wouldn't be easy at all, it may not even be possible without a lot of rewriting as the keyboard hook method doesn ... |
Topic: DLLCall: Support for Human Interface devices |
darkangael
Replies: 150
Views: 96040
|
Forum: Scripts & Functions Posted: Mon Jul 23, 2007 11:34 pm Subject: DLLCall: Support for Human Interface devices |
Another hand up for the suppressing propagation. I have finally worked out how to get it to distinguish my two keyboards but there are two problems:
1) Autohotkey gets there first. If Autohotkey is ... |
| |