Hajime Hoshi
|
245cbc2f4d
|
examples/vibrate: bug fix: compile error
Updates #1452
|
2022-01-10 16:19:33 +09:00 |
|
Hajime Hoshi
|
39ef252c2e
|
ebiten: Add VibrationOptions to specify intensity (#1891)
Updates #1452
|
2021-12-04 22:14:02 +09:00 |
|
Hajime Hoshi
|
b4f87f9651
|
internal/uidriver/mobile: Implement Vibrate for Android
This change also adds AndroidManifest.xml for the example. This is
used for `gomobile install` command.
Updates #1452
|
2021-11-19 01:49:22 +09:00 |
|
Hajime Hoshi
|
2aa232878d
|
ebiten: Add VibrateGamepad and implement this on browsers
Updates #1452
|
2021-10-25 02:30:42 +09:00 |
|
Hajime Hoshi
|
7c6f2fd799
|
ebiten: Vibrate takes time durations instead of the options
Android and browsers can specify only a time duration for vibration.
VibrateOptions is renamed to GamepadVibrateOptions for gamepads.
Updates #1452
|
2021-10-24 05:02:49 +09:00 |
|
Hajime Hoshi
|
b8a5ea7bd6
|
ebiten: Add Vibrate and VibrateOptions, and implement this on browsers
Updates #1452
|
2021-10-24 01:05:33 +09:00 |
|