2 * Copyright 2004-2007, Haiku. All rights reserved.
3 * Distributed under the terms of the Haiku License.
6 * Andrew McCall, mccall@digitalparadise.co.uk
10 #ifndef KEYBOARD_MESSAGES_H
11 #define KEYBOARD_MESSAGES_H
14 #include <SupportDefs.h>
17 const uint32 BUTTON_DEFAULTS
= 'BTde';
18 const uint32 BUTTON_REVERT
= 'BTre';
19 const uint32 SLIDER_REPEAT_RATE
= 'SLrr';
20 const uint32 SLIDER_DELAY_RATE
= 'SLdr';
22 const uint32 ERROR_DETECTED
= 'ERor';
24 #endif // KEYBOARD_MESSAGES_H