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

Method addControllerToFront

samples/SampleBase/core/Application.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void Application::addControllerToFront(IApplicationController* controller)
42{
43 m_controllers.push_back(controller);
44}
45
46int Application::run()
47{

Callers 1

runMethod · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected