mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
ebiten: update comments about VibrateGamepad
This commit is contained in:
parent
2fc691f661
commit
be5bf02fc3
@ -70,6 +70,8 @@ type VibrateGamepadOptions struct {
|
|||||||
|
|
||||||
// VibrateGamepad vibrates the specified gamepad with the specified options.
|
// VibrateGamepad vibrates the specified gamepad with the specified options.
|
||||||
//
|
//
|
||||||
|
// VibrateGamepad works only on browsers and Nintendo Switch so far.
|
||||||
|
//
|
||||||
// VibrateGamepad is concurrent-safe.
|
// VibrateGamepad is concurrent-safe.
|
||||||
func VibrateGamepad(gamepadID GamepadID, options *VibrateGamepadOptions) {
|
func VibrateGamepad(gamepadID GamepadID, options *VibrateGamepadOptions) {
|
||||||
g := gamepad.Get(gamepadID)
|
g := gamepad.Get(gamepadID)
|
||||||
|
Loading…
Reference in New Issue
Block a user