Interface ScreenInterface
Methods
enter
-
Returns void
exit
-
Returns void
handleInput
- handleInput(inputType?: undefined | string, inputData?: InputDataInterface): string | null
-
Parameters
-
Optional inputType: undefined | string
-
Returns string
|
null
render
- render(display: DisplayInterface): void
-
Parameters
-
display: DisplayInterface
Returns void