Re: [AD] New OS X joystick driver |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 3 Sep 2010, at 12:16 , Trent Gamblin wrote:
> I've got the new OS X joystick driver ready. It depends on OS X 10.5.
> I don't think this is a problem, especially since the older APIs are now
> deprecated and 10.4 is probably not used very much anymore. I
> wanted to mention that fact before I commit it, though.
It's possible to do an "if (OSX_version >= 1050) {} else {}", we do that in different parts of the code already.
I think we should, even if it means that we don't support the same functionality on Tiger as on newer versions of OS X.
Evert