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

Function FCEUI_SetInputFC

src/input.cpp:614–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

612}
613
614void FCEUI_SetInputFC(ESIFC type, void *ptr, int attrib)
615{
616 portFC.attrib = attrib;
617 portFC.type = type;
618 portFC.ptr = ptr;
619 SetInputStuffFC();
620}
621
622
623//initializes the input system to power-on state

Callers 4

InitInputPortsFunction · 0.85
InitInputInterfaceFunction · 0.85
InitInputInterfaceFunction · 0.85
InitOtherInputFunction · 0.85

Calls 1

SetInputStuffFCFunction · 0.85

Tested by

no test coverage detected