- editor and g3d viewer work in wxwidgets 3.0.2

This commit is contained in:
SoftCoder
2015-10-26 19:49:25 -07:00
parent 88c536a8c6
commit 952e0a6315
5 changed files with 66 additions and 53 deletions

View File

@@ -199,6 +199,7 @@ public:
void onMouseMove(wxMouseEvent &event);
void onPaint(wxPaintEvent &event);
void onKeyDown(wxKeyEvent &event);
void OnSize(wxSizeEvent&);
void setCurrentGLContext();
wxGLContext * getCtx() { return context; }