MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / setSysInactive

Method setSysInactive

sources/base/SystemControl.cpp:145–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145void SystemControl::setSysInactive()
146{
147 if (!_alive)
148 _hyperhdr->setInputInactive(_sysCaptPrio);
149
150 _alive = false;
151}

Callers

nothing calls this directly

Calls 1

setInputInactiveMethod · 0.45

Tested by

no test coverage detected