MCPcopy Create free account
hub / github.com/SFML/SFML / setJoystickThreshold

Method setJoystickThreshold

src/SFML/Window/WindowBase.cpp:320–324  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected