mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 08:42:45 +03:00
feat(console/Screen): add SetHighlightState function
This commit is contained in:
parent
f479d6ab53
commit
b02e85ae83
@ -93,6 +93,10 @@ void ResetHighlight() {
|
||||
s_hRect = { 0.0f, 0.0f, 0.0f, 0.0f };
|
||||
}
|
||||
|
||||
void SetHighlightState(HIGHLIGHTSTATE state) {
|
||||
s_highlightState = state;
|
||||
}
|
||||
|
||||
void PasteInInputLine(const char* inputLine) {
|
||||
// TODO
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user