Jump to content
LaunchBox Community Forums

Using a Joystick as a Mouse


Maddoc1007

Recommended Posts

Here is a link to a great script i stumbled upon for using your Gamepad as a Mouse 

https://www.autohotkey.com/docs/scripts/JoystickMouse.htm 

Download script and save as an ahk.  This script works great for me, i use it as an additional application running before main application for my music player MusicBee and my film player Potplayer and could be used for any application that needs mouse control by making it an additional app.  In order to have the ahk close when you press the escape button add this to the end of script, then when you close down your application just press the esc key to close the ahk:- 

Escape::
Process,close,AutoHotkey.exe
return  

This ahk uses very little resources and if you want it to run when computer starts up just place it into your start folder.

 

Untitled.png

Edited by Maddoc1007
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...