Torque2D Reference
|
#include <platformWin32.h>
Public Member Functions | |
Win32PlatState () | |
Public Attributes | |
FILE * | log_fp |
HINSTANCE | hinstOpenGL |
HINSTANCE | hinstGLU |
HINSTANCE | hinstOpenAL |
HWND | appWindow |
HDC | appDC |
HINSTANCE | appInstance |
HGLRC | hGLRC |
DWORD | processId |
bool | renderThreadBlocked |
S32 | nMessagesPerFrame |
HMENU | appMenu |
S32 | desktopBitsPixel |
S32 | desktopWidth |
S32 | desktopHeight |
S32 | desktopClientWidth |
S32 | desktopClientHeight |
U32 | currentTime |
U32 | sleepTicks |
bool | backgrounded |
Win32PlatState | ( | ) |
HDC appDC |
HINSTANCE appInstance |
HMENU appMenu |
HWND appWindow |
bool backgrounded |
U32 currentTime |
S32 desktopBitsPixel |
S32 desktopClientHeight |
S32 desktopClientWidth |
S32 desktopHeight |
S32 desktopWidth |
HGLRC hGLRC |
HINSTANCE hinstGLU |
HINSTANCE hinstOpenAL |
HINSTANCE hinstOpenGL |
FILE* log_fp |
S32 nMessagesPerFrame |
DWORD processId |
bool renderThreadBlocked |
U32 sleepTicks |