#include <revolution/kbd/kbd.h>
typedef struct _KBDDevEvent {
KBDChannel channel;
} KBDDevEvent;
The KBDDevEvent structure contains a keyboard channel. An application function, if registered with KBDSetAttachCallback or KBDSetDetachCallback, is called with a pointer to this structure.
Keyboard Functions, KBDSetAttachCallback, KBDSetDetachCallback
2007/03/20 Initial version.
CONFIDENTIAL