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

◆ key_count()

MAYAFLUX_API size_t MayaFlux::IO::key_count ( )
noexcept

Returns the total number of keys.

Returns
The number of keys.

Definition at line 102 of file Keys.cpp.

103{
104 return Utils::enum_count<Keys>();
105}