#include <Win32Window.h>
List of all members.
Detailed Description
Definition at line 8 of file Win32Window.h.
 
Constructor & Destructor Documentation
      
        
          | Win32Window::Win32Window  | 
          ( | 
          HINSTANCE  | 
          hInstance | ) | 
           | 
        
      
 
 
      
        
          | Win32Window::~Win32Window  | 
          ( | 
          void  | 
           | ) | 
           | 
        
      
 
 
Member Function Documentation
      
        
          | void Win32Window::AttachGame  | 
          ( | 
          Game *  | 
          game | ) | 
           | 
        
      
 
 
      
        
          | bool Win32Window::Create  | 
          ( | 
          int  | 
          width,  | 
        
        
           | 
           | 
          int  | 
          height,  | 
        
        
           | 
           | 
          int  | 
          bpp,  | 
        
        
           | 
           | 
          bool  | 
          fullscreen  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | void Win32Window::Destroy  | 
          ( | 
          void  | 
           | ) | 
           | 
        
      
 
 
      
        
          | float Win32Window::GetElapsedSeconds  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | bool Win32Window::IsRunning  | 
          ( | 
          void  | 
           | ) | 
           | 
        
      
 
 
      
        
          | void Win32Window::ProcessEvents  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | LRESULT CALLBACK Win32Window::StaticWndProc  | 
          ( | 
          HWND  | 
          hWnd,  | 
        
        
           | 
           | 
          UINT  | 
          msg,  | 
        
        
           | 
           | 
          WPARAM  | 
          wParam,  | 
        
        
           | 
           | 
          LPARAM  | 
          lParam  | 
        
        
           | 
          ) | 
           |  [static] | 
        
      
 
 
      
        
          | void Win32Window::SwapBuffers  | 
          ( | 
           | ) | 
           [inline] | 
        
      
 
 
      
        
          | LRESULT Win32Window::WndProc  | 
          ( | 
          HWND  | 
          hWnd,  | 
        
        
           | 
           | 
          UINT  | 
          msg,  | 
        
        
           | 
           | 
          WPARAM  | 
          wParam,  | 
        
        
           | 
           | 
          LPARAM  | 
          lParam  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
The documentation for this class was generated from the following files: