internal/uidriver/cbackend: rename an argument

Updates #1452
This commit is contained in:
Hajime Hoshi 2022-01-11 04:12:02 +09:00
parent eb6e2026dc
commit ca3f84fdd6

View File

@ -126,7 +126,7 @@ func (*UserInterface) SetScreenTransparent(transparent bool) {
func (*UserInterface) SetInitFocused(focused bool) {
}
func (*UserInterface) Vibrate(duration time.Duration, intensity float64) {
func (*UserInterface) Vibrate(duration time.Duration, magnitude float64) {
}
func (*UserInterface) Input() driver.Input {