]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/wxJoystick.py
new VC++ project files with both dll and lib in one project
[wxWidgets.git] / wxPython / demo / wxJoystick.py
index 2e13d8101034b1f856a548050d0c45cbc4eef11c..69555ee225965bf4dc7c4435e03b559635e7e003 100644 (file)
@@ -11,7 +11,7 @@ class JoystickTestPanel(wxPanel):
         style = wxTAB_TRAVERSAL ):
         wxPanel.__init__(self, parent, id, pos, size, style)
 
-        MakeJoystickTestPanel( self, true )
+        MakeJoystickTestPanel( self, True )
 
         try:
             self.stick = wxJoystick()
@@ -195,3 +195,12 @@ def runTest(frame, nb, log):
 
 overview = """\
 """
+
+
+
+
+if __name__ == '__main__':
+    import sys,os
+    import run
+    run.main(['', os.path.basename(sys.argv[0])])
+