MCPcopy Create free account
hub / github.com/PixlOne/logiops / InvalidEventCode

Method InvalidEventCode

src/logid/InputDevice.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29using namespace logid;
30
31InputDevice::InvalidEventCode::InvalidEventCode(const std::string& name) :
32 _what("Invalid event code " + name) {
33}
34
35InputDevice::InvalidEventCode::InvalidEventCode(uint code) :
36 _what("Invalid event code " + std::to_string(code)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected