Windowed GUI rendering #51

Merged
KnucklesB merged 2 commits from windowed-GUI-rendering into V2_recode 2024-06-12 13:47:42 +00:00
Showing only changes of commit bfba7267b8 - Show all commits

View File

@@ -717,10 +717,6 @@ HRESULT __stdcall hookD3D11Present(IDXGISwapChain* pSwapChain, UINT SyncInterval
pressed = true;
}
if (GetKeyDown(KeyCode::Insert)) {
pressed = true;
}
else if (!GetKeyDown(KeyCode::Insert) && pressed) {
open_menu = !open_menu;