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