MayaFlux 0.3.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 216 of file Lila.cpp.

217{
218 return m_current_mode;
219}
OperationMode m_current_mode
Current operation mode.
Definition Lila.hpp:203