dlangui v0.9.186 (2020-07-29T06:28:30Z)
Home
Dub
Repo
UnknownWindowMessageHandler
dlangui
platforms
windows
winapp
Undocumented in source.
static if
(
BACKEND_WIN32
)
interface
UnknownWindowMessageHandler {
bool
onUnknownWindowMessage
(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam, LRESULT result);
}
Members
Functions
onUnknownWindowMessage
bool
onUnknownWindowMessage
(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam, LRESULT result)
return true if message is handled, put return value into result
Meta
Source
See Implementation
dlangui
platforms
windows
winapp
classes
Win32Platform
Win32Window
functions
DLANGUIWinMain
DLANGUIWinMainProfile
UIAppMain
WndProc
initOpenGL
myWinMain
myWinMainProfile
setupPalette
setupPixelFormat
splitCmdLine
interfaces
UnknownWindowMessageHandler
static variables
_cmdShow
_hInstance
sharedGLContext
structs
SharedGLContext
variables
CUSTOM_MESSAGE_ID
WIN_CLASS_NAME