fat: Greatly simplify and clean up dosfs_get_file_map().
[haiku.git] / src / preferences / mouse / MouseConstants.h
blobc9175f5dd9bf7540e22508565a0917e628c46ebf
1 /*
2 * Copyright 2003-2009 Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Jérôme Duval,
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
15 // interface messages
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';
29 // user interface
30 const uint32 kBorderSpace = 10;
31 const uint32 kItemSpace = 7;
33 #endif /* MOUSE_CONSTANTS_H */