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

◆ get_current_mode()

OperationMode Lila::Lila::get_current_mode ( ) const

Gets the current operation mode.

Returns
OperationMode value

Definition at line 212 of file Lila.cpp.

213{
214 return m_current_mode;
215}
OperationMode m_current_mode
Current operation mode.
Definition Lila.hpp:203