- ChangeWindowMessageFilter
BOOL ChangeWindowMessageFilter(UINT message, DWORD dwFlag)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- 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, int multisamples)
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
- GL_NUM_EXTENSIONS
enum GL_NUM_EXTENSIONS;
Undocumented in source.
- MSGFLT_ADD
enum MSGFLT_ADD;
Undocumented in source.
- WGL_ACCELERATION_ARB
enum WGL_ACCELERATION_ARB;
Undocumented in source.
- WGL_ALPHA_BITS_ARB
enum WGL_ALPHA_BITS_ARB;
Undocumented in source.
- WGL_COLOR_BITS_ARB
enum WGL_COLOR_BITS_ARB;
Undocumented in source.
- WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB
enum WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB;
Undocumented in source.
- WGL_CONTEXT_CORE_PROFILE_BIT_ARB
enum WGL_CONTEXT_CORE_PROFILE_BIT_ARB;
Undocumented in source.
- WGL_CONTEXT_DEBUG_BIT_ARB
enum WGL_CONTEXT_DEBUG_BIT_ARB;
Undocumented in source.
- WGL_CONTEXT_FLAGS_ARB
enum WGL_CONTEXT_FLAGS_ARB;
Undocumented in source.
- WGL_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB
enum WGL_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB;
Undocumented in source.
- WGL_CONTEXT_MAJOR_VERSION_ARB
enum WGL_CONTEXT_MAJOR_VERSION_ARB;
Undocumented in source.
- WGL_CONTEXT_MINOR_VERSION_ARB
enum WGL_CONTEXT_MINOR_VERSION_ARB;
Undocumented in source.
- WGL_CONTEXT_PROFILE_MASK_ARB
enum WGL_CONTEXT_PROFILE_MASK_ARB;
Undocumented in source.
- WGL_DEPTH_BITS_ARB
enum WGL_DEPTH_BITS_ARB;
Undocumented in source.
- WGL_DOUBLE_BUFFER_ARB
enum WGL_DOUBLE_BUFFER_ARB;
Undocumented in source.
- WGL_DRAW_TO_BITMAP_ARB
enum WGL_DRAW_TO_BITMAP_ARB;
Undocumented in source.
- WGL_DRAW_TO_WINDOW_ARB
enum WGL_DRAW_TO_WINDOW_ARB;
Undocumented in source.
- WGL_FULL_ACCELERATION_ARB
enum WGL_FULL_ACCELERATION_ARB;
Undocumented in source.
- WGL_GENERIC_ACCELERATION_ARB
enum WGL_GENERIC_ACCELERATION_ARB;
Undocumented in source.
- WGL_NO_ACCELERATION_ARB
enum WGL_NO_ACCELERATION_ARB;
Undocumented in source.
- WGL_PIXEL_TYPE_ARB
enum WGL_PIXEL_TYPE_ARB;
Undocumented in source.
- WGL_SAMPLES_ARB
enum WGL_SAMPLES_ARB;
Undocumented in source.
- WGL_SAMPLE_BUFFERS_ARB
enum WGL_SAMPLE_BUFFERS_ARB;
Undocumented in source.
- WGL_STENCIL_BITS_ARB
enum WGL_STENCIL_BITS_ARB;
Undocumented in source.
- WGL_STEREO_ARB
enum WGL_STEREO_ARB;
Undocumented in source.
- WGL_SUPPORT_GDI_ARB
enum WGL_SUPPORT_GDI_ARB;
Undocumented in source.
- WGL_SUPPORT_OPENGL_ARB
enum WGL_SUPPORT_OPENGL_ARB;
Undocumented in source.
- WGL_TYPE_COLORINDEX_ARB
enum WGL_TYPE_COLORINDEX_ARB;
Undocumented in source.
- WGL_TYPE_RGBA_ARB
enum WGL_TYPE_RGBA_ARB;
Undocumented in source.
This module contains implementation of Win32 platform support
Provides Win32Window and Win32Platform classes.
Usually you don't need to use this module directly.