diff options
| author | daoge_cmd <3523206925@qq.com> | 2026-03-03 04:02:35 +0800 |
|---|---|---|
| committer | daoge_cmd <3523206925@qq.com> | 2026-03-03 04:02:35 +0800 |
| commit | b08493cdac7ea6e2debd155862d6133893700551 (patch) | |
| tree | 3b7bc79c32f584ad5c0ea16c18aa264b145dd106 /Minecraft.Client/Common/UI/UIScene_AbstractContainerMenu.h | |
| parent | 796a743b75124700fdc47174c53f9d9e812dabe4 (diff) | |
fix: fix cursor for controller
Diffstat (limited to 'Minecraft.Client/Common/UI/UIScene_AbstractContainerMenu.h')
| -rw-r--r-- | Minecraft.Client/Common/UI/UIScene_AbstractContainerMenu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Minecraft.Client/Common/UI/UIScene_AbstractContainerMenu.h b/Minecraft.Client/Common/UI/UIScene_AbstractContainerMenu.h index 8afa44f7..812c5b41 100644 --- a/Minecraft.Client/Common/UI/UIScene_AbstractContainerMenu.h +++ b/Minecraft.Client/Common/UI/UIScene_AbstractContainerMenu.h @@ -12,6 +12,9 @@ private: bool m_bIgnoreInput; #ifdef _WINDOWS64 bool m_bMouseDragSlider; + bool m_bHasMousePosition; + int m_lastMouseX; + int m_lastMouseY; #endif protected: |
