Quake-iOS
Quake-iOS copied to clipboard
How to set Invert Y Axis for Controller?
I cannot find a way to set Invert Y Axis for Controller. The in-game menu is not working.
You can invert the controller by removing the negative from this line: https://github.com/tomkidd/Quake-iOS/blob/54ff513f562fd8799dfc05559720b6b752d8ec92/Quake-iOS/GameControllerSetup.swift#L94
You can also add/edit the line m_pitch "-0.022000" in the config.cfg to invert the controller via https://github.com/tomkidd/Quake-iOS/pull/6 and also https://github.com/tomkidd/Quake-iOS/pull/5 to use the game menu.