MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / GetConfigurationName

Method GetConfigurationName

Source/SysGL/Input/InputManagerGL.cpp:210–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210const char * IInputManager::GetConfigurationName( u32 configuration_idx ) const
211{
212 DAEDALUS_ERROR( "Invalid controller config" );
213 return "?";
214}
215
216const char * IInputManager::GetConfigurationDescription( u32 configuration_idx ) const
217{

Callers 1

OutputSectionDetailsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected