Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
static INPUTC MOUSEC={ReadMOUSE,0,StrobeMOUSE,UpdateMOUSE,0,0};
78
79
INPUTC *FCEU_InitMouse(int w)
80
{
81
memset(&Mouse,0,sizeof(Mouse));
82
return(&MOUSEC);
83
}
Callers
1
SetInputStuff
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected