| 209 | } |
| 210 | |
| 211 | bool ButtonEventHandler::isActive() noexcept |
| 212 | { |
| 213 | return pData->state & kButtonStateActive; |
| 214 | } |
| 215 | |
| 216 | void ButtonEventHandler::setActive(const bool active, const bool sendCallback) noexcept |
| 217 | { |
no outgoing calls
no test coverage detected