diff --git a/sdl/events.go b/sdl/events.go index 3ec1a92..6c958da 100644 --- a/sdl/events.go +++ b/sdl/events.go @@ -83,7 +83,7 @@ func (r *Renderer) Poll() (*events.State, error) { return false } - if checkDown(1, s.Button1) || checkDown(3, s.Button2) { + if checkDown(1, s.Button1) || checkDown(3, s.Button2) || checkDown(2, s.Button3) { // Return the event immediately. return s, nil }