InputDeviceNode¶
from panda3d.core import InputDeviceNode
-
class
InputDeviceNode
¶ Bases:
DataNode
Reads the controller data sent from the
InputDeviceManager
, and transmits it down the data graph.This is intended to only be accessed from the app thread.
Inheritance diagram
-
__init__
(device: InputDevice, name: str)¶
-
__init__
(param0: InputDeviceNode)
-
property
device
→ PointerTo_InputDevice¶ - Getter
Returns the associated device.
- Setter
Redirects the class to get the data from a different device.
-
static
getClassType
() → TypeHandle¶
-