From 8d69e1b6205b0f7073129873b2b8f809e6d25c2b Mon Sep 17 00:00:00 2001 From: George Marques Date: Fri, 27 May 2016 14:55:24 -0300 Subject: [PATCH] Add documentation for Input.get_magnetometer() --- doc/base/classes.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 81adb78e53d..eb3f9098085 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -15378,6 +15378,13 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8) If the device has an accelerometer, this will return the movement. + + + + + If the device has a magnetometer, this will return the magnetic field strength in micro-Tesla for all axes. + +