This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
Make a boolean function for when mouse is clicked in Game #17
Labels
enhancement
New feature or request
For example:
public boolean isMouseClickedLeft() {
return Gdx.input.isButtonPressed(Input.Buttons.LEFT);
}
Use this in if statement instead when mouse is clicked
The text was updated successfully, but these errors were encountered: