pub type ovrButton = i32;Expand description
Describes button input types.
Button inputs are combined; that is they will be reported as pressed if they are
pressed on either one of the two devices.
The ovrButton_Up/Down/Left/Right map to both XBox D-Pad and directional buttons.
The ovrButton_Enter and ovrButton_Return map to Start and Back controller buttons, respectively.