Searched refs:actionPointerIndex (Results 1 – 1 of 1) sorted by relevance
1674 int actionPointerIndex = event.getActionIndex(); in handleMotionEvent() local1683 …float value = ( event.getAxisValue( range.getAxis(), actionPointerIndex) - range.getMin() ) / rang… in handleMotionEvent()1687 … int hatX = Math.round(event.getAxisValue( joystick.hats.get(i).getAxis(), actionPointerIndex ) ); in handleMotionEvent()1688 …int hatY = Math.round(event.getAxisValue( joystick.hats.get(i+1).getAxis(), actionPointerIndex ) ); in handleMotionEvent()