From 25dcb6e3cbc0cbc20000b36f41943e1cc912051f Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Tue, 29 Mar 2005 04:28:03 +0000 Subject: [PATCH] allow other parts of the system to force avatar to move forward --- direct/src/controls/ControlManager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/direct/src/controls/ControlManager.py b/direct/src/controls/ControlManager.py index e4e51ba191..adfbaf567c 100755 --- a/direct/src/controls/ControlManager.py +++ b/direct/src/controls/ControlManager.py @@ -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")