ebiten: update comments about VibrateGamepad

This commit is contained in:
Hajime Hoshi 2022-04-15 13:55:54 +09:00
parent 2fc691f661
commit be5bf02fc3

View File

@ -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)