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

Function SetJoystickLTriggerThreshold

imgui-SFML.cpp:689–694  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

687}
688
689void SetJoystickLTriggerThreshold(float threshold)
690{
691 assert(s_currWindowCtx);
692 assert(threshold >= -100.f && threshold <= 100.f);
693 s_currWindowCtx->lTriggerInfo.threshold = threshold;
694}
695
696void SetJoystickRTriggerThreshold(float threshold)
697{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected