X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d93966b92aa5237f41ca16e829b13e9d82829513..89b3361ec25cf1e6d255b14c7633d8375646e4fb:/samples/joytest/joytest.h diff --git a/samples/joytest/joytest.h b/samples/joytest/joytest.h index aed89d553f..1589707306 100644 --- a/samples/joytest/joytest.h +++ b/samples/joytest/joytest.h @@ -6,7 +6,7 @@ // Created: 04/01/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // Define a new application @@ -16,6 +16,8 @@ public: bool OnInit(); // Joystick max values + int m_minX; + int m_minY; int m_maxX; int m_maxY; @@ -33,6 +35,7 @@ public: ~MyCanvas(); void OnJoystickEvent(wxJoystickEvent& event); + wxJoystick* m_stick; DECLARE_EVENT_TABLE() }; @@ -42,7 +45,7 @@ public: MyCanvas *canvas; MyFrame(wxFrame *parent, const wxString& title, const wxPoint& pos, const wxSize& size, const long style); - ~MyFrame(); + ~MyFrame(){}; void OnActivate(wxActivateEvent& event); void OnQuit(wxCommandEvent& event);