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 

DLLCall: Support for Human Interface devices
Goto page Previous  1, 2, 3 ... , 9, 10, 11  Next
 
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
Xizzzy



Joined: 06 Jun 2009
Posts: 9
Location: Here

PostPosted: Fri Jul 17, 2009 8:31 pm    Post subject: Communicating with Joystick Lights Reply with quote

I'd like to tap into the ability to control the lights that are under the buttons =) The method below is written by the guy who created the drivers that allow me to use this Joystick on my PC instead of where its supposed to be used on an Xbox. The problem is I have absolutely no idea where to begin even trying to make that work =\


_________________
In the beginning the Universe was created.
This has made a lot of people very angry and has been widely regarded as a bad move.
Back to top
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
ECH



Joined: 18 Jul 2009
Posts: 1

PostPosted: Sat Jul 18, 2009 7:03 pm    Post subject: Reply with quote

Is the DllCall("mouse_event",uint,1,int,x,int,y,uint,0,int,0) a dll hook? If not what is it?
Back to top
View user's profile Send private message
Micha



Joined: 15 Nov 2005
Posts: 537
Location: Germany

PostPosted: Sun Jul 19, 2009 8:52 am    Post subject: Reply with quote

ECH wrote:
Is the DllCall("mouse_event",uint,1,int,x,int,y,uint,0,int,0) a dll hook? If not what is it?

Hi, here you can find more infos:
http://msdn.microsoft.com/en-us/library/ms646260%28VS.85%29.aspx
Ciao
Micha
Back to top
View user's profile Send private message
zwergnase
Guest





PostPosted: Tue Mar 30, 2010 7:07 pm    Post subject: Restic Key's Reply with quote

Hallo my Keyboard starts by a multimedia-key calc.exe. how can restict this so that i can remap this key. At the moment in can remap nevertheless calc.exe is called.
Back to top
elmulti



Joined: 14 Jan 2008
Posts: 35
Location: Germany

PostPosted: Thu Apr 01, 2010 8:03 pm    Post subject: Reply with quote

You probably have a program running which belongs to your keyboard. If you close it or if you change the action for your button, it should not start the calculator anymore.

If this doesn't help you, please start a new thread with your problem. This one is on another topic.
Back to top
View user's profile Send private message
tetralite



Joined: 20 Apr 2010
Posts: 6
Location: Seattle

PostPosted: Tue Apr 20, 2010 10:04 pm    Post subject: Reply with quote

Hoping I'm not too far off-topic, but I'm looking for a way to intercept all 7 buttons of a 7-button USB mouse in order to assign user defined functions ala AHK. Of course, the first 5 buttons are easy in AHK, but 6 & 7 are not directly supported in AHK. It looks, at first glance, that AHKHID might be able to do this, or is there a reason it can't? ...OR, if someone has already done it can anyone point me to the solution? The mouse uses the same USB data input (i.e., as seen by host) byte for buttons 6 & 7 as the rest of the buttons, with the 8 bits assigned buttons like this: x 7 6 5 4 M R L

I am pretty new at this so the solution could be very simple. Any AHK script examples?
Back to top
View user's profile Send private message
kunnis



Joined: 31 Jan 2008
Posts: 5

PostPosted: Mon Sep 13, 2010 3:51 pm    Post subject: Reply with quote

Hi there!

I was wondering if this dll can be used to catch mouse hooks by Apple Magic Trackapad? It seems that the native drivers do not support three or four finger swipes.

Anyone have experience if autohotkey and this dll can be used to bind commands to those gestures?
Back to top
View user's profile Send private message
Nobody
Guest





PostPosted: Fri Oct 01, 2010 5:45 pm    Post subject: x64 AutohotkeyRemoteControl.dll buld Reply with quote

Is there x64 build of AutohotkeyRemoteControl.dll exists?
Or, may be, sources?
Back to top
james062



Joined: 05 Oct 2009
Posts: 66
Location: southampton UK

PostPosted: Mon Jan 03, 2011 7:17 pm    Post subject: KWORLD IR Remote Reply with quote

How can I detect keypresses on my KWORLD IR Remote which came with my TV PCI card.I would like to remap the keys on the remote but Autohotkey does not see when I press a key.Smile
_________________
All`s well that ends well Smile
I will not appreciate sarcastic or personal insults in reply s to my posts . Those are the acts of cowards being brave from afar .If you cant be productive don't be destructive .
Back to top
View user's profile Send private message MSN Messenger
femix
Guest





PostPosted: Tue Feb 01, 2011 5:25 pm    Post subject: Reply with quote

hey, as im asking in : http://www.autohotkey.com/forum/topic67893.html&highlight=razer+naga

im using a razer naga mouse.
i want to make a keyboard hotkey, so when I click for example G:: it changes the mouse DPI. with the razer naga i can only bind DPI change to mouse buttons. so what i want to do is bind the DPI change step up, to mousewheel up, DPI change down to mousewheel down.

then i whish to send the mousewheeldown with autohotkey when i click G::


when i use the mousescrollup i get :

btnflag:1024
buttondata:120

when i use the mousescrolldown i get :

btnflag:1024
buttondata:65416

would very much appriciate some help!
Back to top
femix
Guest





PostPosted: Tue Feb 01, 2011 6:49 pm    Post subject: Reply with quote

nm

wont owrk; doenst detect anything if i set mouse to dpi change oops :po
Back to top
rnewman



Joined: 27 Jul 2011
Posts: 114

PostPosted: Sun Aug 07, 2011 1:13 am    Post subject: Re: x64 AutohotkeyRemoteControl.dll buld Reply with quote

Nobody wrote:
Is there x64 build of AutohotkeyRemoteControl.dll exists?
Or, may be, sources?


Is there win7 x64 build of AutohotkeyRemoteControl.dll?
Or, may be sources?

Sorry I have to ask again!


Thanks,
Ray
Back to top
View user's profile Send private message
Micha



Joined: 15 Nov 2005
Posts: 537
Location: Germany

PostPosted: Sun Aug 07, 2011 9:04 am    Post subject: 64 bit version Reply with quote

Hi, I haven't tested the dll. I've just compiled it with vs 2010 64bit
Download at: http://autohotkey.net/~Micha/HIDsupport/AutohotkeyRemoteControl.dll
Ciao Micha
Back to top
View user's profile Send private message
rnewman



Joined: 27 Jul 2011
Posts: 114

PostPosted: Tue Aug 09, 2011 8:31 am    Post subject: Reply with quote

Micha,
Thanks for the effort.
I am using the ahkhid.ahk script from TheGood in lib folder.
So far that is working great.
Thanks again,
Ray
Back to top
View user's profile Send private message
Guest






PostPosted: Sat Oct 22, 2011 7:22 pm    Post subject: Re: 64 bit version Reply with quote

i tried it with win 7 64b, in device descriptions some chinese like unreadable words which detected 10 devices, and when i click on the devices nothing is displayed on the device info. what to do next.

Micha wrote:
Hi, I haven't tested the dll. I've just compiled it with vs 2010 64bit
Download at: http://autohotkey.net/~Micha/HIDsupport/AutohotkeyRemoteControl.dll
Ciao Micha
Back to top
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3 ... , 9, 10, 11  Next
Page 10 of 11

 
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