Changeset 119 for cafu/branches/cafu_to_wx/Ca3DE/MainCanvas.hpp
- Timestamp:
- 08/16/10 21:15:24 (21 months ago)
- Files:
-
- 1 modified
-
cafu/branches/cafu_to_wx/Ca3DE/MainCanvas.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cafu/branches/cafu_to_wx/Ca3DE/MainCanvas.hpp
r116 r119 59 59 60 60 void Initialize(); 61 void TakeScreenshot() const; 61 62 62 63 void OnPaint(wxPaintEvent& PE); 63 64 void OnSize(wxSizeEvent& SE); 64 65 void OnIdle(wxIdleEvent& IE); ///< The idle event handler runs one frame of the Cafu Engine (client and/or server). 65 // void OnShow(wxShowEvent& SE); ///< Event handler for "has been shown" events.66 66 67 67 void OnMouseMove (wxMouseEvent& ME);
