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

Function SetLTriggerAxis

imgui-SFML.cpp:754–758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

752}
753
754void SetLTriggerAxis(sf::Joystick::Axis lTriggerAxis)
755{
756 assert(s_currWindowCtx);
757 s_currWindowCtx->rTriggerInfo.axis = lTriggerAxis;
758}
759
760void SetRTriggerAxis(sf::Joystick::Axis rTriggerAxis)
761{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected