Input: Add touchscreen flying

This commit is contained in:
Er2
2023-12-13 21:01:47 +03:00
parent 7f393150e1
commit d8e3d8f008
10 changed files with 68 additions and 33 deletions

View File

@@ -329,6 +329,7 @@ void OptionList::initDefaultMenu()
OPTION(Boolean, m_bInvertMouse, "Invert Y-axis");
OPTION(Boolean, m_bSplitControls, "Split controls"); idxSplit = currentIndex;
OPTION(Boolean, m_bFlyCheat, "Flight hax");
OPTION(Boolean, m_bFlyNoclip, "Flight noclip");
}
HEADER("Multiplayer");