From d9e7356f0495aafcd9f623b5b24629b04be9a798 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 11 May 2022 16:27:03 +0200 Subject: [PATCH] Remove outdated notice about lack of controller support on Apple M1 This also mentions that overriding force feedback (for steering wheels) isn't supported yet. --- tutorials/inputs/controllers_gamepads_joysticks.rst | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/tutorials/inputs/controllers_gamepads_joysticks.rst b/tutorials/inputs/controllers_gamepads_joysticks.rst index 1800e0f04..b8f1ce6f3 100644 --- a/tutorials/inputs/controllers_gamepads_joysticks.rst +++ b/tutorials/inputs/controllers_gamepads_joysticks.rst @@ -10,8 +10,10 @@ Controllers are supported on Windows, macOS, Linux, Android, iOS, and HTML5. Note that more specialized devices such as steering wheels, rudder pedals and `HOTAS `__ are less tested and may not -always work as expected. If you have access to one of those devices, don't hesitate to -`report bugs on GitHub `__. +always work as expected. Overriding force feedback for those devices is also not +implemented yet. If you have access to one of those devices, don't hesitate to +`report bugs on GitHub +`__. In this guide, you will learn: @@ -227,12 +229,6 @@ as early as possible in a script's ``_ready()`` function. My controller works on a given platform, but not on another platform. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -macOS -~~~~~ - -Controllers are currently only supported on x86-based Macs. This means -controllers won't work on Macs featuring ARM processors such as the Apple M1. - Linux ~~~~~