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

Function FCEU_InitMouse

src/input/mouse.cpp:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77static INPUTC MOUSEC={ReadMOUSE,0,StrobeMOUSE,UpdateMOUSE,0,0};
78
79INPUTC *FCEU_InitMouse(int w)
80{
81 memset(&Mouse,0,sizeof(Mouse));
82 return(&MOUSEC);
83}

Callers 1

SetInputStuffFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected