()
| 44 | } |
| 45 | |
| 46 | public pressedSpaceButton(): void{ |
| 47 | this.entries[this.currentlySelectedEntryIndex].getCallbackCollection().fire(); |
| 48 | } |
| 49 | |
| 50 | public pressedUpButton(): void{ |
| 51 | this.currentlySelectedEntryIndex -= 1; |
nothing calls this directly
no test coverage detected