mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-18 19:12:44 +03:00
fix(console): get input line in OnKeyDownRepeat
This commit is contained in:
parent
eb29dfd933
commit
a6550c7c76
@ -132,6 +132,8 @@ int32_t OnKeyDownRepeat(const EVENT_DATA_KEY* data, void* param) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
auto line = GetInputLine();
|
||||
|
||||
switch (data->key) {
|
||||
case KEY_PAGEUP:
|
||||
MoveLinePtr(1, data->metaKeyState);
|
||||
|
Loading…
Reference in New Issue
Block a user