Aura
Keyboard Input (kbinput.asm)
ProcessKey
- Inputs: None
- Outputs: Keyboard input, if any, processed. Returns edx=1 if quit
key pressed.
NOTE: Called only when keypress is detected. Calls BIOS interrupt to find
key pressed and uses a lookup table to determine the function that needs to
be performed, and then does it.