SizeChangedEvent
struct SizeChangedEvent {
}
Members
- newHeight
int newHeight;
Undocumented in source.
- newWidth
int newWidth;
Undocumented in source.
- oldHeight
int oldHeight;
Undocumented in source.
- oldWidth
int oldWidth;
Undocumented in source.
trial terminal
classesenumsfunctionsinterfacesmanifest constantsmixin templatesstatic variablesstructsvariables
When you get this, check terminal.width and terminal.height to see the new size and react accordingly.