Build Your Own Arcade Controls Forum

Main => Main Forum => Topic started by: transfan on August 02, 2010, 02:27:41 am

Title: Can mouse buttons be used in emulators?
Post by: transfan on August 02, 2010, 02:27:41 am
As a 1p 2p start?

OR

Alternatively, can keys be used to simulate mouse clicks in windows?

Title: Re: Can mouse buttons be used in emulators?
Post by: Dazz on August 02, 2010, 02:44:16 am
It really depends on the emulator....  For some you may have to use a program like XPadder to assign a keyboard key to the mouse button.  When you press the mouse button XPadder will send the keyboard input for it and basically treat it as a normal keyboard input.
Title: Re: Can mouse buttons be used in emulators?
Post by: Blanka on August 02, 2010, 02:47:55 am
In mame anything goes, and mouse buttons are P1 button 1 and P1 button 2 by default, outside that it is mostly mouse buttons, perfect for dealing with the GUI of your OS.
Title: Re: Can mouse buttons be used in emulators?
Post by: BadMouth on August 02, 2010, 08:57:27 am
http://www.autohotkey.com/ (http://www.autohotkey.com/)

will make the mouse button post as any key, or make any key register as a mouse button


Title: Re: Can mouse buttons be used in emulators?
Post by: transfan on August 02, 2010, 08:58:51 am
Thanks guys