MCPcopy Create free account
hub / github.com/AntiMicroX/antimicrox / getSensor

Method getSensor

src/joysensorpushbutton.cpp:44–44  ·  view source on GitHub ↗

* @brief Get the underlying JoySensor object. */

Source from the content-addressed store, hash-verified

42 * @brief Get the underlying JoySensor object.
43 */
44JoySensor *JoySensorPushButton::getSensor() const { return m_sensor; }
45
46/**
47 * @brief Generate the string that will be displayed on the button

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected