Searched defs:stageY (Results 1 – 3 of 3) sorted by relevance
26 private float stageX, stageY; field in InputEvent51 public void setStageY (float stageY) { in setStageY()
704 public Actor hit (float stageX, float stageY, boolean touchable) { in hit()
79 float stageY = getY(); in isCulled() local