mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -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):
|
def __init__(self, enable=True):
|
||||||
assert self.notify.debugCall(id(self))
|
assert self.notify.debugCall(id(self))
|
||||||
self.inputStateTokens = []
|
self.inputStateTokens = []
|
||||||
|
self.WASDTurnTokens = []
|
||||||
self.controls = {}
|
self.controls = {}
|
||||||
self.currentControls = None
|
self.currentControls = None
|
||||||
self.currentControlsName = None
|
self.currentControlsName = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user