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

Method setController

qt/DeviceView.cpp:227–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225};
226
227void DeviceView::setController(RGBController * controller_ptr)
228{
229 /*-----------------------------------------------------*\
230 | Store the controller pointer |
231 \*-----------------------------------------------------*/
232 controller = controller_ptr;
233}
234
235void DeviceView::InitDeviceView()
236{

Callers 1

OpenRGBDevicePageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected