Searched defs:axis (Results 1 – 5 of 5) sorted by relevance
69 const axis = Number(axisValue.getChildByName('axis')?.getValue()); constant146 const axis = Number(axisValue.getChildByName('axis')?.getValue()); constant
70 const axis = Number(axisValue.getChildByName('axis')?.getValue()); constant
21 public Layer(int axis) { in Layer()
292 final int axis = mAxes[i]; in onJoystickMotion() local388 final int axis = state.getAxis(i); in show() local
466 int axis, int historyPos) { in getCenteredAxis()