2 * Copyright 2003-2009 Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
7 * Axel Dörfler (axeld@pinc-software.de)
8 * Andrew McCall (mccall@digitalparadise.co.uk)
9 * Brecht Machiels (brecht@mos6581.org)
11 #ifndef MOUSE_CONSTANTS_H
12 #define MOUSE_CONSTANTS_H
16 const uint32 kMsgDefaults
= 'BTde';
17 const uint32 kMsgRevert
= 'BTre';
19 const uint32 kMsgMouseType
= 'PUmt';
20 const uint32 kMsgMouseFocusMode
= 'PUmf';
21 const uint32 kMsgFollowsMouseMode
= 'PUff';
22 const uint32 kMsgAcceptFirstClick
= 'PUaf';
23 const uint32 kMsgMouseMap
= 'PUmm';
25 const uint32 kMsgDoubleClickSpeed
= 'SLdc';
26 const uint32 kMsgMouseSpeed
= 'SLms';
27 const uint32 kMsgAccelerationFactor
= 'SLma';
30 const uint32 kBorderSpace
= 10;
31 const uint32 kItemSpace
= 7;
33 #endif /* MOUSE_CONSTANTS_H */