Qbasicnews.com

Full Version: GamePad
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey all,

Does anyone know how you use a gamepd/joystick in FB? I've seen it done in QB, but of cource, those examples don't work in FB... Sigh. As well, the QB one only works with MIDI game pads, not USB ones. Anyone ever done this?

Thanks in advance!

-Pauli
Take a look at the winmm.dll API references....it has everything to access the joystick....I never did it per se but I see it at least twice a day with my other multimedia projects ;-).

you'll see open winmm.bi (or is it mmsystem.bi now?) once the file is opened, do a search for joy and you should find everything you need.