cancel
Showing results for 
Search instead for 
Did you mean: 

Remote and ovrButton_Enter or ovrButton_A

Duncan
Protege
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 1

Duncan
Protege
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.