fix: fix mouse and controller input handling in container menus

This commit is contained in:
daoge_cmd
2026-03-03 04:59:08 +08:00
parent f917335b13
commit 8f6647b5d8
3 changed files with 13 additions and 7 deletions

View File

@@ -125,6 +125,7 @@ protected:
eTutorial_State m_previousTutorialState;
UIVec2D m_pointerPos;
bool m_bPointerDrivenByMouse;
// Offset from pointer image top left to centre (we use the centre as the actual pointer).
float m_fPointerImageOffsetX;