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

Function KeyboardSetBackgroundAccessBit

src/drivers/win/keyboard.cpp:211–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211void KeyboardSetBackgroundAccessBit(int bit)
212{
213 background |= (1<<bit);
214 UpdateBackgroundAccess(background != 0);
215}
216void KeyboardClearBackgroundAccessBit(int bit)
217{
218 background &= ~(1<<bit);

Callers 2

Calls 1

UpdateBackgroundAccessFunction · 0.70

Tested by

no test coverage detected