fix: fix cursor for controller

This commit is contained in:
daoge_cmd
2026-03-03 04:02:35 +08:00
parent 796a743b75
commit b08493cdac
2 changed files with 24 additions and 4 deletions

View File

@@ -12,6 +12,9 @@ private:
bool m_bIgnoreInput;
#ifdef _WINDOWS64
bool m_bMouseDragSlider;
bool m_bHasMousePosition;
int m_lastMouseX;
int m_lastMouseY;
#endif
protected: