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

Function SetDPadYAxis

imgui-SFML.cpp:719–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717}
718
719void SetDPadYAxis(sf::Joystick::Axis dPadYAxis, bool inverted)
720{
721 assert(s_currWindowCtx);
722 s_currWindowCtx->dPadInfo.yAxis = dPadYAxis;
723 s_currWindowCtx->dPadInfo.yInverted = inverted;
724}
725
726void SetLStickXAxis(sf::Joystick::Axis lStickXAxis, bool inverted)
727{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected