MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / coord2d

Class coord2d

tests/autotester/autotester.cpp:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63unsigned int hashesTested = 0;
64
65struct coord2d { uint8_t x; uint8_t y; };
66// Note: we could just store the string in a char*[8][8], then search for it and calculate its row/col at runtime, but meh.
67static const std::unordered_map<std::string, coord2d> valid_keys = {
68 {"graph", {0,1}}, {"trace", {1,1}}, { "zoom", {2,1}}, {"window", {3,1}}, {"y=", {4,1}}, {"2nd", {5,1}}, { "mode", {6,1}}, { "del", {7,1}},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected