------------------------------------------------------------------------------
| 158 | |
| 159 | //------------------------------------------------------------------------------ |
| 160 | DefineEngineFunction( isJoystickDetected, bool, (), , "isJoystickDetected()") |
| 161 | { |
| 162 | return( DInputDevice::joystickDetected() ); |
| 163 | } |
| 164 | |
| 165 | //------------------------------------------------------------------------------ |
| 166 | DefineEngineFunction( getJoystickAxes, const char*, (U32 deviceID), , "getJoystickAxes( instance )") |
no test coverage detected