mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
allow other parts of the system to force avatar to move forward
This commit is contained in:
parent
cf8303421f
commit
25dcb6e3cb
@ -35,6 +35,7 @@ class ControlManager:
|
||||
inputState.watch("forward", "alt-arrow_up", "arrow_up-up")
|
||||
inputState.watch("forward", "control-alt-arrow_up", "arrow_up-up")
|
||||
inputState.watch("forward", "shift-arrow_up", "arrow_up-up")
|
||||
inputState.watch("forward", "force-forward", "force-forward-stop")
|
||||
|
||||
inputState.watch("reverse", "arrow_down", "arrow_down-up")
|
||||
inputState.watch("reverse", "control-arrow_down", "arrow_down-up")
|
||||
|
Loading…
x
Reference in New Issue
Block a user