Detects if the left mouse button is pressed down. This function should be called in your update function.
True, if the left mouse button is pressed down.
if (input_left_mouse_down()) { // Left mouse button down} Copy
if (input_left_mouse_down()) { // Left mouse button down}
Detects if the left mouse button is pressed down. This function should be called in your update function.