Game Development Community

multi-touch support on the mac (snow leopard)

by madmarcos · in General Discussion · 09/30/2010 (6:11 pm) · 1 replies

Hi all,
I am new to Torque (using Torque 2D).
I have seen that multi-touch is supported in the iPhone SDK but is it supported for a Mac multi-touch pad using the 2D SDK?
If so, where in the docs do I need to look?
thanks!

About the author

Recent Threads


#1
10/01/2010 (5:58 pm)
Snow Leopard definitely supports multitouch, but implementing it in TGB would need some extra code. It's probably not a good idea to make it a requirement anyway, as it only applies to laptops and people with a special input device.

If you buy TGB Pro you can try to add the support yourself. Subclass the GL view and start poking around in the Apple documentation :)