The Green Throttle controller can return values every frame by calling:
greenthrottle.getAnalogState(greenthrottle.ANALOG\_AXIS\_X, greenthrottle.CONTROLLER\_1, greenthrottle.ANALOG\_LEFT),
in the enterFrame function.
Is something like this possible using the HID controls? I want to track how much the user is moving the sticks, and so want to get values for the sticks even when they are not moving (i.e. movement speed = 0).
Given that I already know the descriptors for each stick, is it possible to retrieve the current axis values for each of them?