Contents
#include <corekeyboard.h> struct Key { // fields char code; CString32 label; Bitmap* background; Bitmap* icon; Rect rect; bool pressed; };