Page 1 of 1

TranslateKeyboardEvents() == false still stops repeat events

Posted: Mon Nov 09, 2020 1:33 pm
by Gutawer
Menus that have TranslateKeyboardEvents() returning false still don't receive keyboard repeat events even though they probably should if they are explicitly asking not to have any keyboard events translated.
This is caused by these lines in menu.cpp not checking for TranslateKeyboardEvents.

Re: TranslateKeyboardEvents() == false still stops repeat ev

Posted: Tue Nov 24, 2020 7:27 pm
by Gutawer
I've put in a pull request for this: https://github.com/coelckers/gzdoom/pull/1241