MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / inactive

Method inactive

lib/SysMsgPlugin/src/SysMsgPlugin.cpp:80–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void SysMsgPlugin::inactive()
81{
82 /* User selected next slot. Skip showing current information further. */
83 disable();
84
85 /* Clear information to avoid that old information is later shown again,
86 * caused by scrolling feature of the underlying text widget or by the
87 * queued system messages.
88 */
89 m_view.clear();
90 m_rdIndex = m_wrIndex;
91}
92
93void SysMsgPlugin::update(YAGfx& gfx)
94{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected