This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### PYGAME IN WX ### | |
| # A simple test of embedding Pygame in a wxPython frame | |
| # | |
| # By David Barker (aka Animatinator), 14/07/2010 | |
| # Patch for cross-platform support by Sean McKean, 16/07/2010 | |
| # Patch to fix redrawing issue by David Barker, 20/07/2010 | |
| # Second window demo added by David Barker, 21/07/2010 | |
| # modified by Yuxi Luo (Skycocoo), 19/06/2018 | |
| # removed all deprecated methods to current pygame & wx version |