I'm trying to use only the OuyaController class in the ODK to map controller interactions. This has worked out ok except in the case of AXIS_L2 and AXIS_R2. These are arriving as events to dispatchGenericMotionEvent, but do not get processed by OuyaController. Peeking into the source for OuyaController (at least the best I could, using DJ... is it up on git somewhere?) I found that the map (ouyaAxisMap I believe?) that converts android axes to ouya only includes the X and Y axis of the thumbsticks - it is missing the left and right triggers. In the meantime, I know I can intercept and store those events outside the ODK, but can we get that fixed for the next ODK release? (If I am wrong about the above, please correct me. :) )
Comments