MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / RegisterDetectionEndCallback

Method RegisterDetectionEndCallback

ResourceManager.cpp:393–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393void ResourceManager::RegisterDetectionEndCallback(DetectionEndCallback new_callback, void *new_callback_arg)
394{
395 DetectionEndCallbacks.push_back(new_callback);
396 DetectionEndCallbackArgs.push_back(new_callback_arg);
397}
398
399void ResourceManager::UnregisterDetectionEndCallback(DetectionEndCallback callback, void *callback_arg)
400{

Callers 1

OpenRGBDialog2Method · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected