events = CDInputHandler(events, consoleDevice)
Accept input events from the producer, which is usually the rom input.task.
This function is available for historical reasons. It is preferred that input events be fed to the system via the WriteEvent command of the input.device.
This function is different from standard device commands in that it is a function in the console device library vectors. In order to obtain a valid library base pointer for the console device (a.k.a. ConsoleDevice) call
OpenDevice("console.device", -1, IOStdReq, 0), and then grab the io_Device pointer field out of the IOStdReq and use as ConsoleDevice.