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

Function FCEUI_SetInput

src/input.cpp:606–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604}
605
606void FCEUI_SetInput(int port, ESI type, void *ptr, int attrib)
607{
608 joyports[port].attrib = attrib;
609 joyports[port].type = type;
610 joyports[port].ptr = ptr;
611 SetInputStuff(port);
612}
613
614void FCEUI_SetInputFC(ESIFC type, void *ptr, int attrib)
615{

Callers 4

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

Calls 1

SetInputStuffFunction · 0.85

Tested by

no test coverage detected