| 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(); |
nothing calls this directly
no outgoing calls
no test coverage detected