Skip to content

slib:keyboardDaemon

Sasha Crofter edited this page Jun 5, 2012 · 1 revision

KeyboardDaemon should be invoked by the interrupt handler whenever a keypress is detected. It has a number of variables that must be set at compile time, but those important for ASCII input should be set per keyboard session.

kd.setup (A=, B=mode, C=effect, I=writePointer, J=enterPointer)

kd.handle

This subroutine should be called by an interrupt triggered by a keypress.

Clone this wiki locally