-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added "layoutratiochanged" emit on CM
### new ConsoleManager(options) <p>This class is used to manage the console GUI and all the widgets. This is a singleton class, so you can use it like this: const CM = new ConsoleManager() Emits the following events:</p> <ul> <li>"keypressed" to propagate the key pressed event to the application</li> <li>"layoutratiochanged" when the layout ratio is changed</li> <li>"exit" when the user wants to exit the application</li> </ul>
- Loading branch information
Showing
4 changed files
with
14 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters