(code, key, repeat, ticks)
| 322 | return true; |
| 323 | } |
| 324 | onKeyUp(code, key, repeat, ticks) { |
| 325 | var charCode = this.filterKey(code, key); |
| 326 | if (!charCode) return false; |
| 327 | return true; |
| 328 | } |
| 329 | onMouseEntered(code, x, y) { |
| 330 | application.cursor = cursors.iBeam; |
| 331 | } |