Show
Ignore:
Timestamp:
08/16/10 21:15:24 (21 months ago)
Author:
Carsten
Message:

Re-established most of the client functionality:

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cafu/branches/cafu_to_wx/Ca3DE/MainCanvas.hpp

    r116 r119  
    5959 
    6060    void Initialize(); 
     61    void TakeScreenshot() const; 
    6162 
    6263    void OnPaint(wxPaintEvent& PE); 
    6364    void OnSize(wxSizeEvent& SE); 
    6465    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. 
    6666 
    6767    void OnMouseMove (wxMouseEvent& ME);