Is there any way to track when the left/right trigger is released? It seems to me that SystemTransportMediaControls for Xbox has a ButtonPressed event (GamepadRightTrigger in this case) but no ButtonReleased event. Hoping to invoke a function at such a time.
Gamepad API allows one to loop through and check the status of buttons, but this doesn't seem like a very efficient solution