| 165 | } |
| 166 | |
| 167 | static bool isCwMomentaryActionId(const QString& id) |
| 168 | { |
| 169 | return id == QLatin1String(kCwStraightKeyActionId) |
| 170 | || id == QLatin1String(kCwLeftPaddleActionId) |
| 171 | || id == QLatin1String(kCwRightPaddleActionId); |
| 172 | } |
| 173 | |
| 174 | |
| 175 | // FlexControl wheel/button action decoding — moved with their only |
no outgoing calls
no test coverage detected