Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider donating by either clicking this text or the Patreon link on the right.

Patreon

Recommended Posts

Posted

Yes.

Really it depends on what you want to bind it to. Joystick? Cpanel? Have a look around in the Advanced Emulator Configuration. Hit the edit button. Several options in there, depending on how you want to approach this. :)

Posted

Adultery is correct, also I use the Wizard Mode, custom, keyboard input to assign different buttons for use in gameex, personnal i use an ipac2 and i can control my whole pc from my control panel and joysticks,no need for a keyboard or mouse. :)

Posted

Also you could try a script to have multple Joystick buttons pushed together that links to the ESC button.

I use this on my setup and works sexy.


#Persistent ; Keep this script running until the user blah blah exits
Joy2::
If GetKeyState("Joy1") ;if one was down when you pressed two
{
Send {ESC down}
KeyWait Joy2
KeyWait Joy1
Send {ESC up}
}

This works for 2 buttons simultaneously but you can edit this for more if need be.

This is a autohotkey script by the way

Guest
This topic is now closed to further replies.
×
×
  • Create New...