APIs, concepts, guides, and more

◆ Cleanup()

void Cleanup ( MotionController * controller)
static
static void Cleanup(MotionController* controller)
{
// Restore the object counts to the original values
if (initialAxisCount != -1) { controller->AxisCountSet(initialAxisCount); }
// Reset the object counts
}

Definition at line 298 of file SampleAppsHelper.h.