| 194 | |
| 195 | public: |
| 196 | void SetName( const char * name ) { mName = name; } |
| 197 | void SetDescription( const char * desc ) { mDescription = desc; } |
| 198 | void SetJoySwap( const char * swap ) { mJoySwap = swap[0]; } //Save only first char which should be A|B|C for the joystick swapping |
| 199 |
no outgoing calls
no test coverage detected