MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / getKeyValue

Method getKeyValue

lib/utility/Keyboard.h:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162 }
163
164 inline KeyValue_t getKeyValue(const Point2D_t &keyCoor)
165 {
166 return _key_value_map[keyCoor.y][keyCoor.x];
167 }
168
169 uint8_t isPressed();
170 bool isChange();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected