beki007

Results 3 comments of beki007

Hello, I encounter the exactly same issue. I think it should be simple to reproduce: create MFC app and some MFC window, and then try to create SDL widnow (just...

I am attaching callstack: Call stack ``` > SDL3.dll!WIN_WindowProc(HWND__ * hwnd, unsigned int msg, unsigned __int64 wParam, __int64 lParam) Line 1182 C user32.dll!UserCallWinProcCheckWow(struct _ACTIVATION_CONTEXT *,__int64 (*)(struct tagWND *,unsigned int,unsigned __int64,__int64),struct...

Yes, we have an application where full click (mouse button down + up) should show menu. We create SDL_Window when mouse button down and expecting mouse button up to display...