MCPcopy Create free account
hub / github.com/TASEmulators/fceux / UpdateFKB

Function UpdateFKB

src/drivers/win/input.cpp:735–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

733
734
735static void UpdateFKB(void)
736{
737 int x;
738
739 for(x=0;x<sizeof(fkbkeys);x++)
740 {
741 fkbkeys[x]=0;
742
743 if(DTestButton(&fkbmap[x]))
744 fkbkeys[x]=1;
745 }
746}
747
748static void UpdateSuborKB(void)
749{

Callers 1

FCEUD_UpdateInputFunction · 0.70

Calls 1

DTestButtonFunction · 0.70

Tested by

no test coverage detected