| 2949 | } |
| 2950 | |
| 2951 | void 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 |
no test coverage detected