MCPcopy Create free account
hub / github.com/SFML/imgui-sfml / StickInfo

Class StickInfo

imgui-SFML.cpp:224–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222[[nodiscard]] ImGuiKey keycodeToImGuiMod(sf::Keyboard::Key code);
223
224struct StickInfo
225{
226 sf::Joystick::Axis xAxis{sf::Joystick::Axis::X};
227 sf::Joystick::Axis yAxis{sf::Joystick::Axis::Y};
228
229 bool xInverted{false};
230 bool yInverted{false};
231
232 float threshold{15};
233};
234
235struct TriggerInfo
236{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected