scrollInfo is always zero when holding the trigger / too large thumbstick deadzone
My code has an input listener, and I am interested in thumbstick scrollInfo events.
They work fine, but if I hold the trigger, the scrollInfo values are always 0, even though the internal PanelInputListener appears to receive the correct values, as it properly scrolls the UI when the trigger is held.
I checked values of InputListener.onPointerEvent (addInputListener), and both isdkSystem.registerInteractableObserver and isdkSystem.registerObserver (I also tried creating a panel with PanelInputOptions(0)).
1) Is there a solution or workaround? Is it an intended limitation, or do you have plans to improve this?
...and extra related questions:
2) Is the thumbstick/scrollInfo deadzone ~0.2 intentional? (even though it is set to 0% in the OS)
3) Do you plan to expose scrollInfo without requiring pointing at a panel?