2 * Copyright 2007 Haiku.
3 * Distributed under the terms of the MIT License.
6 * Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com
7 * Ryan Leavengood, leavengood@gmail.com
13 /* Application Messages */
14 #define PORT_SELECTED 'pSeL'
15 #define JOY_SELECTED 'jYSl'
17 #define PORT_INVOKE 'PInV'
18 #define JOY_INVOKE 'jInV'
20 #define DISABLEPORT 'pdis'
22 #define CALIBRATE 'cali'
24 #define SELECTED 'sele'
26 #endif /* _GLOBAL_H */