MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Blast / AddControllerToFront

Method AddControllerToFront

samples/SampleBase/core/DeviceManager.cpp:632–637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630}
631
632void
633DeviceManager::AddControllerToFront(IVisualController* pController)
634{
635 m_vControllers.remove(pController);
636 m_vControllers.push_front(pController);
637}
638
639void
640DeviceManager::AddControllerToBack(IVisualController* pController)

Callers 1

runMethod · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected