(ev)
| 29123 | } |
| 29124 | |
| 29125 | function handleMods (ev) { |
| 29126 | if (updateMods(ev)) { |
| 29127 | callback && callback(buttonState, x, y, mods) |
| 29128 | } |
| 29129 | } |
| 29130 | |
| 29131 | function handleMouseMove (ev) { |
| 29132 | if (mouse.buttons(ev) === 0) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…