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

Method RemoveController

samples/SampleBase/core/DeviceManager.cpp:646–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

644}
645
646void
647DeviceManager::RemoveController(IVisualController* pController)
648{
649 m_vControllers.remove(pController);
650}
651
652HRESULT
653DeviceManager::ResizeWindow(int width, int height)

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected