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

◆ get_input_history()

std::vector< Core::InputValue > MayaFlux::Nodes::Input::InputNode::get_input_history ( ) const

Get input history (thread-safe copy)

Definition at line 73 of file InputNode.cpp.

74{
75 return m_input_history.snapshot();
76}
Memory::LockFreeQueue< Core::InputValue, 64 > m_input_history

References m_input_history.