dlangui.platforms.windows.winapp

Undocumented in source.

Members

Classes

Win32Platform
class Win32Platform
Undocumented in source.
Win32Window
class Win32Window
Undocumented in source.

Functions

DLANGUIWinMain
int DLANGUIWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
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.
myWinMain
int myWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int iCmdShow)
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)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

_cmdShow
int _cmdShow;
Undocumented in source.
_hInstance
HINSTANCE _hInstance;
Undocumented in source.

Variables

WIN_CLASS_NAME
auto WIN_CLASS_NAME;
Undocumented in source.

Meta