(e3, t3)
| 6046 | this._core.focus(); |
| 6047 | } |
| 6048 | input(e3, t3 = true) { |
| 6049 | this._core.input(e3, t3); |
| 6050 | } |
| 6051 | resize(e3, t3) { |
| 6052 | this._verifyIntegers(e3, t3), this._core.resize(e3, t3); |
| 6053 | } |
nothing calls this directly
no test coverage detected