Class cWindow {Analysis}

Operations
NameSignatureClass
WindowProc WindowProc ()cWindow
cWindow <<Constructor>> cWindow ()cWindow
registerWindowClassbool registerWindowClass ()cWindow
terminateApplicationvoid terminateApplication ()cWindow
toggleFullscreenvoid toggleFullscreen ()cWindow
reshapeGLvoid reshapeGL (int iWidth, int iHeight)cWindow
changeScreenResolutionbool changeScreenResolution (int iWidth, int iHeight, int iBitsPerPixel)cWindow
createWindowGLbool createWindowGL ()cWindow
DestroyWindowGLvoid DestroyWindowGL ()cWindow


Attributes
NameClassTypeInitial Value
m_hRCcWindowHGLRC 
m_iWidthcWindowint 
m_iHeightcWindowint 
m_iBitsPerPixelcWindowint 
m_hWndcWindowHWND 
m_hInstancecWindowHINSTANCE 
m_hDCcWindowHDC 
m_cszClassNamecWindowconst char* 
m_szTitlecWindowchar* 
m_bIsVisiblecWindowbool 
m_bIsFullScreencWindowbool 
m_keycWindowbool[] 


Dependencies
NameClassSupplier
--Not Named--cWindowOpenGL Libraries