dlangui v0.9.188 (2022-10-08T18:27:24Z)
Home
Dub
Repo
UIAppMain
dlangui
platforms
windows
winapp
this function should be defined in user application!
extern (
C
)
static if
(
BACKEND_WIN32
)
int
UIAppMain
(
string
[]
args
)
Meta
Source
See Implementation
dlangui
platforms
windows
winapp
aliases
PFNWGLCHOOSEPIXELFORMATARBPROC
classes
Win32Platform
Win32Window
functions
DLANGUIWinMain
DLANGUIWinMainProfile
UIAppMain
WndProc
initOpenGL
myWinMain
myWinMainProfile
setupPalette
setupPixelFormat
splitCmdLine
interfaces
UnknownWindowMessageHandler
manifest constants
GL_NUM_EXTENSIONS
WGL_ACCELERATION_ARB
WGL_ALPHA_BITS_ARB
WGL_COLOR_BITS_ARB
WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB
WGL_CONTEXT_CORE_PROFILE_BIT_ARB
WGL_CONTEXT_DEBUG_BIT_ARB
WGL_CONTEXT_FLAGS_ARB
WGL_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB
WGL_CONTEXT_MAJOR_VERSION_ARB
WGL_CONTEXT_MINOR_VERSION_ARB
WGL_CONTEXT_PROFILE_MASK_ARB
WGL_DEPTH_BITS_ARB
WGL_DOUBLE_BUFFER_ARB
WGL_DRAW_TO_BITMAP_ARB
WGL_DRAW_TO_WINDOW_ARB
WGL_FULL_ACCELERATION_ARB
WGL_GENERIC_ACCELERATION_ARB
WGL_NO_ACCELERATION_ARB
WGL_PIXEL_TYPE_ARB
WGL_SAMPLES_ARB
WGL_SAMPLE_BUFFERS_ARB
WGL_STENCIL_BITS_ARB
WGL_STEREO_ARB
WGL_SUPPORT_GDI_ARB
WGL_SUPPORT_OPENGL_ARB
WGL_TYPE_COLORINDEX_ARB
WGL_TYPE_RGBA_ARB
static variables
_cmdShow
_hInstance
sharedGLContext
structs
SharedGLContext
variables
CUSTOM_MESSAGE_ID
WIN_CLASS_NAME
wglChoosePixelFormatARB
this function should be defined in user application!