From de809f3ed941c0d8d2ffacbb31c047245f90590a Mon Sep 17 00:00:00 2001 From: hondres Date: Sat, 23 Jan 2016 15:34:27 +0100 Subject: [PATCH] replace InputEvent references with GlobalScope in joystick doc --- doc/base/classes.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 8128771b6a..435be38bc9 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -13724,7 +13724,7 @@ returns:= "username=user&password=pass" - Returns true if the joystick button at the given index is currently pressed. Returns false otherwise. (see JOY_* constans in [InputEvent]) + Returns if the joystick button at the given index is currently pressed. (see JOY_* constans in [@Global Scope]) @@ -13757,7 +13757,7 @@ returns:= "username=user&password=pass" - Returns true if the specified device is known by the system. This means that it sets all button and axis indices exactly as defined in [InputEvent]. Unknown joysticks are not expected to match these constants, but you can still retrieve events from them. + Returns if the specified device is known by the system. This means that it sets all button and axis indices exactly as defined in the JOY_* constants (see [@Global Scope]). Unknown joysticks are not expected to match these constants, but you can still retrieve events from them. @@ -13768,7 +13768,7 @@ returns:= "username=user&password=pass" - Returns the current value of the joystick axis at given index (see JOY_* enum in [InputEvent]) + Returns the current value of the joystick axis at given index (see JOY_* constants in [@Global Scope]) @@ -13853,6 +13853,7 @@ returns:= "username=user&password=pass" + Emitted when a joystick device has been connected or disconnected @@ -20232,7 +20233,7 @@ returns:= "username=user&password=pass" - Add a user signal (can be added anytime). Arguments are optional, but can be added as an array of dictionaries, each containing "name" and "type" (from [@GlobalScope] TYPE_*). + Add a user signal (can be added anytime). Arguments are optional, but can be added as an array of dictionaries, each containing "name" and "type" (from [@Global Scope] TYPE_*).