wxJoystick and wxWave are now available in all Unix ports, the code was not GTK specific
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
#if defined(__WXMSW__)
|
||||
#include "wx/msw/joystick.h"
|
||||
#elif defined(__WXMOTIF__)
|
||||
#include "wx/motif/joystick.h"
|
||||
#include "wx/unix/joystick.h"
|
||||
#elif defined(__WXGTK__)
|
||||
#include "wx/gtk/joystick.h"
|
||||
#include "wx/unix/joystick.h"
|
||||
#elif defined(__WXX11__)
|
||||
#include "wx/x11/joystick.h"
|
||||
#include "wx/unix/joystick.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/mac/joystick.h"
|
||||
#elif defined(__WXPM__)
|
||||
|
Reference in New Issue
Block a user