mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-01 03:21:15 +00:00
remove unnecessary getter function
This commit is contained in:
parent
ba6dc07e44
commit
d499e295ad
@ -56,7 +56,6 @@ class IsleApp {
|
|||||||
MxFloat GetCursorSensitivity() { return m_cursorSensitivity; }
|
MxFloat GetCursorSensitivity() { return m_cursorSensitivity; }
|
||||||
LegoInputManager::TouchScheme GetTouchScheme() { return m_touchScheme; }
|
LegoInputManager::TouchScheme GetTouchScheme() { return m_touchScheme; }
|
||||||
MxBool GetHaptic() { return m_haptic; }
|
MxBool GetHaptic() { return m_haptic; }
|
||||||
MxBool GetWasd() { return m_wasd; }
|
|
||||||
|
|
||||||
void SetWindowActive(MxS32 p_windowActive) { m_windowActive = p_windowActive; }
|
void SetWindowActive(MxS32 p_windowActive) { m_windowActive = p_windowActive; }
|
||||||
void SetGameStarted(MxS32 p_gameStarted) { m_gameStarted = p_gameStarted; }
|
void SetGameStarted(MxS32 p_gameStarted) { m_gameStarted = p_gameStarted; }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user