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

Function SetDPadXAxis

imgui-SFML.cpp:712–717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

710}
711
712void SetDPadXAxis(sf::Joystick::Axis dPadXAxis, bool inverted)
713{
714 assert(s_currWindowCtx);
715 s_currWindowCtx->dPadInfo.xAxis = dPadXAxis;
716 s_currWindowCtx->dPadInfo.xInverted = inverted;
717}
718
719void SetDPadYAxis(sf::Joystick::Axis dPadYAxis, bool inverted)
720{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected