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

Method RegisterUpdateCallback

RGBController/RGBController.cpp:1602–1606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1600}
1601
1602void RGBController::RegisterUpdateCallback(RGBControllerCallback new_callback, void * new_callback_arg)
1603{
1604 UpdateCallbacks.push_back(new_callback);
1605 UpdateCallbackArgs.push_back(new_callback_arg);
1606}
1607
1608void RGBController::UnregisterUpdateCallback(void * callback_arg)
1609{

Callers 1

OpenRGBDevicePageMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected