remove unnecessary getter function

This commit is contained in:
Ramen2X 2025-12-11 15:34:18 -05:00
parent ba6dc07e44
commit d499e295ad

View File

@ -56,7 +56,6 @@ class IsleApp {
MxFloat GetCursorSensitivity() { return m_cursorSensitivity; }
LegoInputManager::TouchScheme GetTouchScheme() { return m_touchScheme; }
MxBool GetHaptic() { return m_haptic; }
MxBool GetWasd() { return m_wasd; }
void SetWindowActive(MxS32 p_windowActive) { m_windowActive = p_windowActive; }
void SetGameStarted(MxS32 p_gameStarted) { m_gameStarted = p_gameStarted; }