aboutsummaryrefslogtreecommitdiff
path: root/src/wx/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/main.h')
-rw-r--r--src/wx/main.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/main.h b/src/wx/main.h
index c05a8a0..eb54a21 100644
--- a/src/wx/main.h
+++ b/src/wx/main.h
@@ -55,6 +55,10 @@ public:
SDL_Renderer* sdlrend;
SDL_Texture* sdltex;
+ SDL_Joystick* joy;
+ SDL_JoystickID joyid;
+ u8 axismask;
+
wxMutex* texmutex;
void* texpixels;
int texstride;