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