From c38e9ab712a7dd8c71f934c38e211f6394cf91fc Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sat, 27 Mar 2021 00:37:56 +0900 Subject: [PATCH] Update README about input devices on mobiles Updates #1539 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4d9d89d2..0fd46b795 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Ebiten is an open source game library for the Go programming language. Ebiten's * [iOS](https://ebiten.org/documents/mobile.html) * [WebAssembly](https://ebiten.org/documents/webassembly.html) -Note: Gamepad and keyboard are not available on Android/iOS. +Note: Gamepads and keyboards are not available on iOS. For installation on desktops, see [the installation instruction](https://ebiten.org/documents/install.html).