Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
646
void
647
DeviceManager::RemoveController(IVisualController* pController)
648
{
649
m_vControllers.remove(pController);
650
}
651
652
HRESULT
653
DeviceManager::ResizeWindow(int width, int height)
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected