MCPcopy Create free account
hub / github.com/WilliamLCobb/iNDS / NDS_beginProcessingInput

Function NDS_beginProcessingInput

desmume/src/NDSSystem.cpp:2942–2949  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2940
2941
2942void NDS_beginProcessingInput()
2943{
2944 // start off from the raw input
2945 intermediateUserInput = rawUserInput;
2946
2947 // processing is valid now
2948 validToProcessInput = true;
2949}
2950
2951void NDS_endProcessingInput()
2952{

Callers 3

EMU_runCoreFunction · 0.85
update_keypadFunction · 0.85
nds4droid_coreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected