Home
last modified time | relevance | path

Searched refs:actionPointerIndex (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/android-project/src/org/libsdl/app/
DSDLActivity.java1674 int actionPointerIndex = event.getActionIndex(); in handleMotionEvent() local
1683 …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()