| 53 | public: |
| 54 | ~ButtonMapping() {} |
| 55 | ButtonMapping(proto_Mapping mapping, std::unique_ptr<Input> input, uint16_t id, uint32_t profile) : Mapping(mapping, std::move(input), id, profile) {} |
| 56 | void update(bool full_poll, bool send_events); |
| 57 | |
| 58 | protected: |
nothing calls this directly
no outgoing calls
no test coverage detected