Like how Unity has getMouseButton and getMouseButtonDown. Is there something like getMouseButtonDown which doesn't return true again until I release the mouse and click again? Right now I am using game.input.mousePointer.isDown which is true as long as I am holding it down and I only want it to be true once.