mirror of
https://github.com/glfw/glfw.git
synced 2025-04-08 06:43:14 +00:00
Add comment for Win32 helper window path
This commit is contained in:
parent
0ea193c4e2
commit
165171f9c8
1 changed files with 2 additions and 0 deletions
|
@ -255,6 +255,8 @@ static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg,
|
|||
_GLFWwindow* window = (_GLFWwindow*) GetWindowLongPtrW(hWnd, 0);
|
||||
if (!window)
|
||||
{
|
||||
// This is the message handling for the hidden helper window
|
||||
|
||||
switch (uMsg)
|
||||
{
|
||||
case WM_NCCREATE:
|
||||
|
|
Loading…
Add table
Reference in a new issue