]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/misc2.i
another attempt to fix wxPanel/wxFrame::m_winLastFocused handling
[wxWidgets.git] / wxPython / src / misc2.i
index 08d074c5c5a6fc836d4ce7beba2e5c71a0d524f3..cb61fbe064551cd1b98e300276eb540676c955aa 100644 (file)
@@ -141,7 +141,11 @@ wxWindow * wxGetActiveWindow();
 
 wxWindow* wxGenericFindWindowAtPoint(const wxPoint& pt);
 wxWindow* wxFindWindowAtPoint(const wxPoint& pt);
+
+#ifdef __WXMSW__
 bool wxCheckForInterrupt(wxWindow *wnd);
+void wxFlushEvents();
+#endif
 
 //---------------------------------------------------------------------------
 // Resource System
@@ -787,6 +791,8 @@ public:
 class wxJoystick : public wxObject {
 public:
     wxJoystick(int joystick = wxJOYSTICK1);
+    ~wxJoystick();
+
     wxPoint GetPosition();
     int GetZPosition();
     int GetButtonState();