MayaFlux 0.4.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 223 of file Lila.cpp.

224{
225 return m_current_mode;
226}
OperationMode m_current_mode
Current operation mode.
Definition Lila.hpp:216