Game Development Community

Joystick installation on MAC

by Fiona Counihan · in General Discussion · 09/29/2006 (1:29 am) · 2 replies

Hi all,

Has anybody integrated a joystick into Torque on a MAC platform? I've seen tutorials for integrating joysticks - but they all seem to be for windows.
Any help on this would be much appreciated.

Cheers,
Fi*

#1
09/29/2006 (2:45 am)
@Fiona: just plug the joystick in the USB port... 8-P just kidding you.

That's a good point. If you have any info back, please share through a resource.

STef
#2
10/27/2006 (7:50 am)
Theres a way: you (or someone ;) should implement in MacPlatform layer (requires engine modification) the missing joystick functions.

Joystick and GamePad in Mac interest to me too, but I don't have time now to implement it, maybe later...

if some one have skill, thats the way:
take a look in some example code of Apple. HID is a good idea to begin

developer.apple.com/samplecode/HID_Manager_Basics/
developer.apple.com/samplecode/HID_Explorer/