()
| 358 | set touchButton(button) { Log.Warn("Using old API!"); } |
| 359 | |
| 360 | get clipViewport() { return this._clipViewport; } |
| 361 | set clipViewport(viewport) { |
| 362 | this._clipViewport = viewport; |
| 363 | this._updateClip(); |
nothing calls this directly
no test coverage detected