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

Function UpdateSuborKB

src/drivers/win/input.cpp:748–759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

746}
747
748static void UpdateSuborKB(void)
749{
750 int x;
751
752 for(x=0;x<sizeof(suborkbkeys);x++)
753 {
754 suborkbkeys[x]=0;
755
756 if(DTestButton(&suborkbmap[x]))
757 suborkbkeys[x]=1;
758 }
759}
760
761static ButtConfig HyperShotButtons[4]=
762{

Callers 1

FCEUD_UpdateInputFunction · 0.85

Calls 1

DTestButtonFunction · 0.70

Tested by

no test coverage detected