MCPcopy Create free account
hub / github.com/dborth/fceugx / GetKeyboard

Function GetKeyboard

source/fceusupport.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90static unsigned int keys[256] = {0,}; // with repeat
91
92unsigned int *GetKeyboard(void)
93{
94 return(keys);
95}
96
97FCEUFILE* FCEUD_OpenArchiveIndex(ArchiveScanRecord& asr, std::string &fname, int innerIndex) { return 0; }
98FCEUFILE* FCEUD_OpenArchive(ArchiveScanRecord& asr, std::string& fname, std::string* innerFilename) { return 0; }

Callers 1

TransformerIRQHookFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected