Home
last modified time | relevance | path

Searched refs:JoystickPanY (Results 1 – 1 of 1) sorted by relevance

/dports/games/0ad/0ad-0.0.23b-alpha/source/graphics/
H A DGameView.cpp192 JoystickPanY(-1), in CGameViewImpl()
296 int JoystickPanY; member in CGameViewImpl
432 CFG_GET_VAL("joystick.camera.pan.y", m->JoystickPanY); in Initialize()
689 moveForward -= g_Joystick.GetAxisValue(m->JoystickPanY) * m->ViewScrollSpeed * deltaRealTime; in Update()