Skip to content

Instantly share code, notes, and snippets.

@cdoger
Created August 8, 2013 16:26
Show Gist options
  • Save cdoger/6186179 to your computer and use it in GitHub Desktop.
Save cdoger/6186179 to your computer and use it in GitHub Desktop.
public boolean isSelected(float x, float y) {
return x > left && x < right && y < bottom && y > top;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment