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

Method executeAction

src/Topics/Topics.cpp:95–98  ·  view source on GitHub ↗

* Execute action by button action id. * * @param[in] id Button action id */

Source from the content-addressed store, hash-verified

93 * @param[in] id Button action id
94 */
95 void executeAction(ButtonActionId id)
96 {
97 ButtonActions::executeAction(id, true);
98 }
99
100private:
101

Callers 1

execButtonActionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected