MayaFlux 0.1.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 207 of file Lila.cpp.

208{
209 return m_current_mode;
210}
OperationMode m_current_mode
Current operation mode.
Definition Lila.hpp:168