diff options
| author | Alezito2008 <92759854+Alezito2008@users.noreply.github.com> | 2026-03-05 04:26:19 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-05 14:26:19 +0700 |
| commit | 053eb0119cc5d154a63b19cbddd8e8d91404068b (patch) | |
| tree | cd2c19b9dac7c71fd1e1b5cd73561bd8635d557a /Minecraft.Client/Windows64/KeyboardMouseInput.h | |
| parent | 91e50aa346c975d1f177b7ec2201c4e01839d75d (diff) | |
Fix F3 opening host menu (#522)
* Fix debug menu opening game info menu
* remove redundant F4 handling
Diffstat (limited to 'Minecraft.Client/Windows64/KeyboardMouseInput.h')
| -rw-r--r-- | Minecraft.Client/Windows64/KeyboardMouseInput.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Minecraft.Client/Windows64/KeyboardMouseInput.h b/Minecraft.Client/Windows64/KeyboardMouseInput.h index 89a028b1..5945b26a 100644 --- a/Minecraft.Client/Windows64/KeyboardMouseInput.h +++ b/Minecraft.Client/Windows64/KeyboardMouseInput.h @@ -30,6 +30,7 @@ public: static const int KEY_PAUSE = VK_ESCAPE; static const int KEY_THIRD_PERSON = VK_F5; static const int KEY_DEBUG_INFO = VK_F3; + static const int KEY_DEBUG_MENU = VK_F4; void Init(); void Tick(); |
