-
public interface IHighlighterCreated by philipp on 10/06/16.
-
-
Method Summary
Modifier and Type Method Description abstract HighlightgetHighlight(float x, float y)Returns a Highlight object corresponding to the given x- and y- touch positions in pixels. -
-
Method Detail
-
getHighlight
abstract Highlight getHighlight(float x, float y)
Returns a Highlight object corresponding to the given x- and y- touch positions in pixels.
-
-
-
-