Returns aspect ratio (w / h)
Public create method. Can be overriden. Called when app is created, but before all elements created
Public destroy method. Can be overriden. Called when app is destroyed, but after all elements destroyed
Returns current FPS
Returns current FPS as string
Returns app width/height
Public update method. Can be overriden. Called each frame if there's input available after all elements have processed input
Returns true if app is running
Public render method. Can be overriden. Called each frame after all elements have rendered
Returns root element
Starts application and goes into raw alt terminal mode
Sets app title
Returns app width/height
Requests application to be stopped
Public update method. Can be overriden. Called each frame after all elements have been updated
Returns app width/height
Terminal UI application