MCPcopy Create free account
hub / github.com/JibbSmart/JoyShockMapper / RefreshAutoloadHelp

Function RefreshAutoloadHelp

JoyShockMapper/src/main.cpp:2596–2601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2594}
2595
2596void RefreshAutoloadHelp(JSMAssignment<Switch> *autoloadCmd)
2597{
2598 stringstream ss;
2599 ss << "AUTOLOAD will attempt load a file from the following folder when a window with a matching executable name enters focus:" << endl << AUTOLOAD_FOLDER();
2600 autoloadCmd->SetHelp(ss.str());
2601}
2602
2603class GyroSensAssignment : public JSMAssignment<FloatXY>
2604{

Callers 1

mainFunction · 0.85

Calls 2

SetHelpMethod · 0.80
AUTOLOAD_FOLDERFunction · 0.50

Tested by

no test coverage detected