Gamepad Pressure Sensitive Triggers

is there a way to get the 0-1 value of the triggers on gamepad if the controller supports it? Just like the joystick values.
Like for a generic one (ds4)

I think this is already the case no? Pinging @trevordev for confirmation

yep this should be possible already by accessing the browserGamepad’s buttons see line 79 here https://playground.babylonjs.com/#U3XJTB#28