root/src/preferences/joysticks/Global.h
/*
 * Copyright 2007 Haiku.
 * Distributed under the terms of the MIT License.
 *
 * Authors:
 *              Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com
 *              Ryan Leavengood, leavengood@gmail.com
 */
#ifndef _GLOBAL_H
#define _GLOBAL_H


/* Application Messages */
#define PORT_SELECTED  'pSeL'
#define JOY_SELECTED   'jYSl'

#define PORT_INVOKE    'PInV'
#define JOY_INVOKE     'jInV'

#define DISABLEPORT             'pdis'
#define PROBE                   'prob'
#define CALIBRATE               'cali'

#define SELECTED  'sele'

#endif  /* _GLOBAL_H */