- 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.
- DLANGUImain
int DLANGUImain(string[] args)
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.
- sdlUpdateScreenDpi
bool sdlUpdateScreenDpi(int displayIndex)
try to get screen resolution and update SCREEN_DPI; returns true if SCREEN_DPI is changed (when custom override DPI value is not set)
- sdlmain
int sdlmain(string[] args)
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 SDL2 based backend for dlang library.