MCPcopy Create free account
hub / github.com/Santroller/Santroller / ButtonMapping

Method ButtonMapping

include/mappings/mapping.hpp:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53public:
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
58protected:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected