KBDDevEvent structure

Syntax

#include <revolution/kbd/kbd.h>

typedef struct _KBDDevEvent {
  KBDChannel channel;
} KBDDevEvent;

Description

The KBDDevEvent structure contains a keyboard channel. An application function, if registered with KBDSetAttachCallback or KBDSetDetachCallback, is called with a pointer to this structure.

See Also

Keyboard Functions, KBDSetAttachCallback, KBDSetDetachCallback

Revision History

2007/03/20 Initial version.


CONFIDENTIAL