* @brief Get the underlying JoySensor object. */
| 42 | * @brief Get the underlying JoySensor object. |
| 43 | */ |
| 44 | JoySensor *JoySensorPushButton::getSensor() const { return m_sensor; } |
| 45 | |
| 46 | /** |
| 47 | * @brief Generate the string that will be displayed on the button |
nothing calls this directly
no outgoing calls
no test coverage detected