Are these 4 actions possible?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By tautologias345
  1. In a HTML5 game made with Godot, I want to use a Gamepad Input connected on Desktop by Bluetooth. Is it possible?
  2. In a HTML5 game made with Godot, I want to use a Gamepad Input connected on Desktop by USB. Is it possible?
  3. In a HTML5 game made with Godot, I want to use a Gamepad Input connected on Mobile by Bluetooth. Is it possible?
  4. In a HTML5 game made with Godot, I want to use a Gamepad Input connected on Mobile by USB. Is it possible?
:bust_in_silhouette: Reply From: Calinou

Gamepad support relies on the web browser supporting it. Web browsers should generally be able to handle both Bluetooth and USB gamepads, but support may be spotty, especially on mobile platforms.