MCPcopy Create free account
hub / github.com/cmauri/eviacam / KeyboardCode

Method KeyboardCode

src/keyboardcode.h:47–47  ·  view source on GitHub ↗

Default constructor: initializes internal keycode to a invalid value

Source from the content-addressed store, hash-verified

45public:
46 // Default constructor: initializes internal keycode to a invalid value
47 KeyboardCode() : m_nativeKeyCode(0) { }
48
49 // Construct object from its native value
50 KeyboardCode(int v) : m_nativeKeyCode(v) { }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected