MCPcopy Create free account
hub / github.com/360Controller/360Controller / MAP_DATA

Class MAP_DATA

360Controller/chatpadkeys.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26#define ROW_SIZE 8
27
28typedef struct MAP_DATA {
29 unsigned char row[ROW_SIZE];
30} MAP_DATA;
31
32static const MAP_DATA columns[] = {
33{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected