Minor Tweaks
This commit is contained in:
parent
d10f7d190c
commit
7b264dffba
|
@ -83,7 +83,7 @@ func (r *Renderer) Poll() (*events.State, error) {
|
||||||
return false
|
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 the event immediately.
|
||||||
return s, nil
|
return s, nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user