mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
init wasd turn tokens
This commit is contained in:
parent
6a03484e9f
commit
f574e9f8f9
@ -24,6 +24,7 @@ class ControlManager:
|
||||
def __init__(self, enable=True):
|
||||
assert self.notify.debugCall(id(self))
|
||||
self.inputStateTokens = []
|
||||
self.WASDTurnTokens = []
|
||||
self.controls = {}
|
||||
self.currentControls = None
|
||||
self.currentControlsName = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user