MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / SwitchToNormalState

Method SwitchToNormalState

src/client/ui/float_icon.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 void FloatIcon::SwitchToNormalState() {
60 is_selected_ = false;
61 repaint();
62 }
63
64 void FloatIcon::SwitchToSelectedState() {
65 is_selected_ = true;

Callers 2

FloatControllerPanelMethod · 0.80
UpdateStatusMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected