]> git.saurik.com Git - wxWidgets.git/blob - include/wx/joystick.h
added virtual bool wxWindow::AcceptsFocus()
[wxWidgets.git] / include / wx / joystick.h
1 #ifndef __JOYSTICKH_BASE__
2 #define __JOYSTICKH_BASE__
3
4 #if defined(__WINDOWS__)
5 #include "wx/msw/joystick.h"
6 #elif defined(__MOTIF__)
7 #elif defined(__GTK__)
8 #include "wx/gtk/joystick.h"
9 #endif
10
11 #endif
12 // __JOYSTICKH_BASE__