Jump to content

Paszka

Member
  • Posts

    1
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Paszka

  1. On 10/3/2021 at 5:01 AM, Tatsumaru said:

    The old fix added a new bug. The new fix also adds the same bug. If you switch to another window with ALT+TAB while you have PPM pressed, you won't be able to move the game window, minimize and close.
    030505Action-03-10-2021-05-02-28.gif

    That's right, you just have to do it like this

    if(m_isWindowFullScreenEnable)
    {
    	__MinimizeFullScreenWindow(hWnd, m_dwWidth, m_dwHeight);
    }
    SafeReleaseCapture();
    UI::CWindowManager::Instance().RunMouseMiddleButtonUp(short(LOWORD(lParam)), short(HIWORD(lParam)));

     

    • Good 1
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.