- DLANGUIWinMain
int DLANGUIWinMain(void* hInstance, void* hPrevInstance, char* lpCmdLine, int nCmdShow)
Undocumented in source. Be warned that the author may not have intended to support it.
- DLANGUIWinMainProfile
int DLANGUIWinMainProfile(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
- UIAppMain
int UIAppMain(string[] args)
this function should be defined in user application!
- WndProc
LRESULT WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
Undocumented in source. Be warned that the author may not have intended to support it.
- initOpenGL
void initOpenGL()
Undocumented in source. Be warned that the author may not have intended to support it.
- myWinMain
int myWinMain(void* hInstance, void* hPrevInstance, char* lpCmdLine, int iCmdShow)
Undocumented in source. Be warned that the author may not have intended to support it.
- myWinMainProfile
int myWinMainProfile(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
- setupPalette
HPALETTE setupPalette(HDC hDC)
Undocumented in source. Be warned that the author may not have intended to support it.
- setupPixelFormat
bool setupPixelFormat(HDC hDC)
Undocumented in source. Be warned that the author may not have intended to support it.
- splitCmdLine
string[] splitCmdLine(string line)
split command line arg list; prepend with executable file name
This module contains implementation of Win32 platform support
Provides Win32Window and Win32Platform classes.
Usually you don't need to use this module directly.