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

◆ slot()

double MayaFlux::Nodes::Input::TabletContext::slot ( size_t  index) const
inline

Read one slot of the frame.

Definition at line 31 of file TabletNode.hpp.

32 {
33 return index < frame.size() ? frame[index] : 0.0;
34 }
std::array< double, Core::TabletFrame::SLOT_COUNT > frame