]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/joystick.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: wxJoystick base header
4 // Author: wxWidgets Team
7 // Copyright: (c) wxWidgets Team
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 #ifndef _WX_JOYSTICK_H_BASE_
13 #define _WX_JOYSTICK_H_BASE_
19 #if defined(__WXMSW__)
20 #include "wx/msw/joystick.h"
21 #elif defined(__WXMOTIF__)
22 #include "wx/unix/joystick.h"
23 #elif defined(__WXGTK__)
24 #include "wx/unix/joystick.h"
25 #elif defined(__WXX11__)
26 #include "wx/unix/joystick.h"
27 #elif defined(__DARWIN__)
28 #include "wx/osx/core/joystick.h"
29 #elif defined(__WXMAC__)
30 #include "wx/osx/joystick.h"
31 #elif defined(__WXPM__)
32 #include "wx/os2/joystick.h"
35 #endif // wxUSE_JOYSTICK
38 // _WX_JOYSTICK_H_BASE_