xref: /haiku/src/preferences/joysticks/Global.h (revision 079eccf655ba39812b421ae1b87a727d41b50354)
1 /*
2  * Copyright 2007 Haiku.
3  * Distributed under the terms of the MIT License.
4  *
5  * Authors:
6  *		Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com
7  *		Ryan Leavengood, leavengood@gmail.com
8  */
9 #ifndef _GLOBAL_H
10 #define _GLOBAL_H
11 
12 
13 /* Application Messages */
14 #define PORT_SELECTED  'pSeL'
15 #define JOY_SELECTED   'jYSl'
16 
17 #define PORT_INVOKE    'PInV'
18 #define JOY_INVOKE     'jInV'
19 
20 #define DISABLEPORT		'pdis'
21 #define PROBE			'prob'
22 #define CALIBRATE		'cali'
23 
24 #define SELECTED  'sele'
25 
26 #endif	/* _GLOBAL_H */
27 
28