]> git.saurik.com Git - wxWidgets.git/blame_incremental - include/wx/joystick.h
added text style support to wxTextCtrl for MSW
[wxWidgets.git] / include / wx / joystick.h
... / ...
CommitLineData
1#ifndef _WX_JOYSTICK_H_BASE_
2#define _WX_JOYSTICK_H_BASE_
3
4#if wxUSE_JOYSTICK
5
6#if defined(__WXMSW__)
7#include "wx/msw/joystick.h"
8#elif defined(__WXMOTIF__)
9#include "wx/motif/joystick.h"
10#elif defined(__WXGTK__)
11#include "wx/gtk/joystick.h"
12#elif defined(__WXMAC__)
13#include "wx/mac/joystick.h"
14#elif defined(__WXPM__)
15#include "wx/os2/joystick.h"
16#elif defined(__WXSTUBS__)
17#include "wx/stubs/joystick.h"
18#endif
19
20#endif // wxUSE_JOYSTICK
21
22#endif
23 // _WX_JOYSTICK_H_BASE_