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

Function FCEU_InitSNESMouse

src/input/snesmouse.cpp:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109};
110
111INPUTC *FCEU_InitSNESMouse(int w)
112{
113 memset(&SNESMouse,0,sizeof(SNESMouse));
114 return(&SNES_MOUSEC);
115}

Callers 1

SetInputStuffFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected