#ifndef _KEYS_H_
#define _KEYS_H_

#include <PalmOS.h>

#define KEY_DIR_UP			0
#define KEY_DIR_DOWN		1
#define KEY_DIR_LEFT		2
#define KEY_DIR_RIGHT		3
#define KEY_DIR_CENTER		4
#define KEY_DIR_UNKNOWN		5


UInt32 keyInfo(EventPtr e,Boolean allowRepeat);





#endif //_KEYS_H_