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

Function NDS_endProcessingInput

desmume/src/NDSSystem.cpp:2951–2961  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2949}
2950
2951void NDS_endProcessingInput()
2952{
2953 // transfer the processed input
2954 finalUserInput = intermediateUserInput;
2955
2956 // processing is invalid now
2957 validToProcessInput = false;
2958
2959 // use the final input for a few things right away
2960 NDS_applyFinalInput();
2961}
2962
2963
2964

Callers 3

EMU_runCoreFunction · 0.85
update_keypadFunction · 0.85
nds4droid_coreFunction · 0.85

Calls 1

NDS_applyFinalInputFunction · 0.85

Tested by

no test coverage detected