Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ KeyboardSetBackgroundAccess
Function
KeyboardSetBackgroundAccess
src/drivers/win/keyboard.cpp:222–228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
}
221
222
void KeyboardSetBackgroundAccess(bool on)
223
{
224
if(on)
225
KeyboardSetBackgroundAccessBit(KEYBACKACCESS_OLDSTYLE);
226
else
227
KeyboardClearBackgroundAccessBit(KEYBACKACCESS_OLDSTYLE);
228
}
Callers
3
AppWndProc
Function · 0.85
DWBCallB
Function · 0.85
main
Function · 0.85
Calls
2
KeyboardSetBackgroundAccessBit
Function · 0.85
KeyboardClearBackgroundAccessBit
Function · 0.85
Tested by
no test coverage detected