Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DInputGameInterface.java92 final InputXY sliderTouch = touch.findPointerInRegion( in update()
209 final InputXY jumpTouch = touch.findPointerInRegion( in update()
228 final InputXY stompTouch = touch.findPointerInRegion( in update()
DInputTouchScreen.java87 …public InputXY findPointerInRegion(float regionX, float regionY, float regionWidth, float regionHe… in findPointerInRegion() method in InputTouchScreen