From 9d8b798d4436b99377091fa88f7395830d90f5f3 Mon Sep 17 00:00:00 2001 From: Adham Zahran Date: Sun, 7 Feb 2016 18:54:01 +0200 Subject: [PATCH] description for Input.is_mouse_button_pressed() --- doc/base/classes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index c59ed36c7d8..abe2c4e3d45 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -13754,6 +13754,7 @@ returns:= "username=user&password=pass" + Returns true or false depending on whether mouse button is pressed or not. You can pass BUTTON_*, which are pre-defined constants listed in [@Global Scope]. @@ -13764,7 +13765,7 @@ returns:= "username=user&password=pass" - Returns if the joystick button at the given index is currently pressed. (see JOY_* constans in [@Global Scope]) + Returns if the joystick button at the given index is currently pressed. (see JOY_* constants in [@Global Scope])