kbd_map.h File Reference

Keyboard map definitions. More...

#include <cfg/macros.h>

Go to the source code of this file.

Defines

Keycodes.



#define K_UP   BV(0)
#define K_DOWN   BV(1)
#define K_OK   BV(2)
#define K_CANCEL   BV(3)
#define K_REPEAT   BV(13)
 This is a repeated keyevent.
#define K_TIMEOUT   BV(14)
 Fake key event for timeouts.
#define K_LONG   BV(15)

Typedefs

typedef uint16_t keymask_t
 Type for keyboard mask.

Detailed Description

Keyboard map definitions.

Version:
Id
kbd_map.h 2848 2009-09-01 15:23:57Z lottaviano
Author:
Francesco Sacchi <batt@develer.com>
Stefano Fedrigo <a@develer.com>

Definition in file kbd_map.h.


Define Documentation

#define K_REPEAT   BV(13)

This is a repeated keyevent.

Definition at line 64 of file kbd_map.h.

#define K_TIMEOUT   BV(14)

Fake key event for timeouts.

Definition at line 65 of file kbd_map.h.