Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2.19: Textual Input(of)course Edition! =Built in font is now olc::Renderable +EnablePixelTransfer() - Gate if layer content transfers occur (speedup in decal only apps) +TextEntryEnable() - Enables/Disables text entry mode +TextEntryGetString() - Gets the current accumulated string in text entry mode +TextEntryGetCursor() - Gets the current cursor position in text entry mode +IsTextEntryEnabled() - Returns true if text entry mode is activated +OnTextEntryComplete() - Override is called when user presses "ENTER" in text entry mode +Potential for regional keyboard mappings - needs volunteers to do this +ConsoleShow() - Opens built in command console +ConsoleClear() - Clears built in command console output +ConsoleOut() - Stream strings to command console output +ConsoleCaptureStdOut() - Capture std::cout by redirecting to built-in console +IsConsoleShowing() - Returns true if console is currently active +OnConsoleCommand() - Override is called when command is entered into built in console
- Loading branch information