///////////////////////////////////////////////////////
| 318 | |
| 319 | //////////////////////////////////////////////////////////// |
| 320 | void WindowBase::setJoystickThreshold(float threshold) |
| 321 | { |
| 322 | if (m_impl) |
| 323 | m_impl->setJoystickThreshold(threshold); |
| 324 | } |
| 325 | |
| 326 | |
| 327 | //////////////////////////////////////////////////////////// |