Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ input_popup
Function
input_popup
src/lua-engine.cpp:5700–5703 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5698
return doPopup(L,
"ok"
,
"message"
);
5699
}
5700
static int input_popup(lua_State *L)
5701
{
5702
return doPopup(L,
"yesno"
,
"question"
);
5703
}
5704
5705
static int input_openfilepopup(lua_State *L)
5706
{
Callers
nothing calls this directly
Calls
1
doPopup
Function · 0.85
Tested by
no test coverage detected