comparison input/input.h @ 11678:972d1998bde9

occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>
author diego
date Wed, 24 Dec 2003 22:00:51 +0000
parents 85e503ddf65f
children 96b807836eca
comparison
equal deleted inserted replaced
11677:15883b1e2afa 11678:972d1998bde9
94 #define MP_CMD_MAX_ARGS 10 94 #define MP_CMD_MAX_ARGS 10
95 #endif 95 #endif
96 96
97 // Error codes for the drivers 97 // Error codes for the drivers
98 98
99 // An error occured but we can continue 99 // An error occurred but we can continue
100 #define MP_INPUT_ERROR -1 100 #define MP_INPUT_ERROR -1
101 // A fatal error occured, this driver should be removed 101 // A fatal error occurred, this driver should be removed
102 #define MP_INPUT_DEAD -2 102 #define MP_INPUT_DEAD -2
103 // No input was available 103 // No input was available
104 #define MP_INPUT_NOTHING -3 104 #define MP_INPUT_NOTHING -3
105 105
106 // For the key's drivers, if possible you can send key up and key down 106 // For the key's drivers, if possible you can send key up and key down