Implemented OSX/Joysticks and fixed some tabulations

This commit is contained in:
Marco Antognini 2011-07-13 22:14:49 +02:00
parent 61adc51d09
commit 535733f5c7
9 changed files with 372 additions and 31 deletions

View file

@ -54,7 +54,7 @@ namespace sf
#elif defined(SFML_SYSTEM_MACOS)
// Window handle is NSWindow (void*) on Mac OS X - Cocoa
typedef void* WindowHandle;
typedef void* WindowHandle;
#endif