Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
Duncan's avatar
Duncan
Protege
9 years ago

Remote and ovrButton_Enter or ovrButton_A

Hi All,

Not sure if this has been reported but when using the following:
ovr_GetInputState( session, ovrControllerType_Remote, &state)

The state.Buttons is setting the ovrButton_Enter bit for the Remote's Select button and not the ovrButton_A.
The header file states it should be the other way round. I am using the SDK 1.14.0 headers.

1 Reply

  • I am using the little D-Pad only Remote the ships with the CV1, not the touch controllers. As shown in the posted code I have used the ovrControllerType_Remote enum for the ovr_GetInputState(). I get a valid state back. I do not think there is anything wrong with the code/library runtime. I think the issue is with the comments in the header file for the ovrButton definition. It states that ovrButton_A should be set for the Remote, but ovrButton_Enter is actually set.