MCPcopy 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
222void KeyboardSetBackgroundAccess(bool on)
223{
224 if(on)
225 KeyboardSetBackgroundAccessBit(KEYBACKACCESS_OLDSTYLE);
226 else
227 KeyboardClearBackgroundAccessBit(KEYBACKACCESS_OLDSTYLE);
228}

Callers 3

AppWndProcFunction · 0.85
DWBCallBFunction · 0.85
mainFunction · 0.85

Tested by

no test coverage detected