diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2016-02-07 19:22:18 +0100 |
---|---|---|
committer | Rémi Verschelde <remi@verschelde.fr> | 2016-02-07 19:22:18 +0100 |
commit | 6faa1b9288033788ab9b37bc4a7f2acc9614e40a (patch) | |
tree | 283ae452f77e79b5375ebe19ae1f643c5b776ec3 | |
parent | 0f11b322b3448b213059de6927a94ce5aab6915e (diff) | |
parent | 9d8b798d4436b99377091fa88f7395830d90f5f3 (diff) |
Merge pull request #3619 from lordadamson/master
description for Input.is_mouse_button_pressed()
-rw-r--r-- | doc/base/classes.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index efe3ca4ece..12985530e9 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -13746,6 +13746,7 @@ verify_host will check the SSL identity of the host if set to true. <argument index="0" name="button" type="int"> </argument> <description> + 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]. </description> </method> <method name="is_joy_button_pressed"> @@ -13756,7 +13757,7 @@ verify_host will check the SSL identity of the host if set to true. <argument index="1" name="button" type="int"> </argument> <description> - 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]) </description> </method> <method name="is_action_pressed"> |