MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_last_context()

NodeContext & MayaFlux::Nodes::Input::TabletNode::get_last_context ( )
inlineoverridevirtual

Retrieves the last created context object.

Returns
Reference to the last NodeContext object

This method provides access to the most recent NodeContext object created by the node. This context contains information about the node's state at the time of the last output generation.

Reimplemented from MayaFlux::Nodes::Input::InputNode.

Definition at line 224 of file TabletNode.hpp.

224{ return m_tablet_context; }