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

Function SetRTriggerAxis

imgui-SFML.cpp:760–764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

758}
759
760void SetRTriggerAxis(sf::Joystick::Axis rTriggerAxis)
761{
762 assert(s_currWindowCtx);
763 s_currWindowCtx->rTriggerInfo.axis = rTriggerAxis;
764}
765
766} // end of namespace SFML
767

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected