From be5bf02fc3cd13d7583bacd68dfd3a3b935f1fb7 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Fri, 15 Apr 2022 13:55:54 +0900 Subject: [PATCH] ebiten: update comments about VibrateGamepad --- vibrate.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vibrate.go b/vibrate.go index f6773adf4..a938c2cfa 100644 --- a/vibrate.go +++ b/vibrate.go @@ -70,6 +70,8 @@ type VibrateGamepadOptions struct { // VibrateGamepad vibrates the specified gamepad with the specified options. // +// VibrateGamepad works only on browsers and Nintendo Switch so far. +// // VibrateGamepad is concurrent-safe. func VibrateGamepad(gamepadID GamepadID, options *VibrateGamepadOptions) { g := gamepad.Get(gamepadID)