From 1b0c7515ffe2bbb0cb8cb08bf9d21f68d4648d89 Mon Sep 17 00:00:00 2001 From: Davide Baldo Date: Fri, 9 Nov 2018 21:32:32 +0000 Subject: Allow to specify a custom strength when calling Input.action_press(), this allows virtual axis, mainly for mobile. --- doc/classes/Input.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/classes/Input.xml b/doc/classes/Input.xml index 38804e40b4..25a2f45773 100644 --- a/doc/classes/Input.xml +++ b/doc/classes/Input.xml @@ -17,8 +17,10 @@ + + - This will simulate pressing the specified action. + This will simulate pressing the specified action. The strength can be used for non-boolean actions. -- cgit v1.2.3