()
| 1395 | this.textColor, this.textLineWidth, this.textLineColor, this.align, this.font, this.fontStyle, true, this.textShadow); |
| 1396 | } |
| 1397 | navigatePressed() |
| 1398 | { |
| 1399 | // toggle value between 0 and 1 |
| 1400 | this.value = this.value ? 0 : 1; |
| 1401 | this.onChange(); |
| 1402 | this.onRelease(); |
| 1403 | super.navigatePressed(); |
| 1404 | } |
| 1405 | } |
| 1406 | |
| 1407 | /////////////////////////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected