MouseRecorder
-
class MouseRecorder
Bases:
DataNode
,RecorderBase
This object records any data generated by a particular
MouseAndKeyboard
node on the datagraph for a session for eventual playback via a DataGraphPlayback (and a PlaybackController). To use it, make it a child of the node you wish to record. It also serves as a pass-through, so that additional child nodes may be parented directly to it.Inheritance diagram
-
explicit MouseRecorder(std::string const &name)
-
static TypeHandle get_class_type(void)
-
explicit MouseRecorder(std::string const &name)