Client|Input: Use native key repeat events
Our own repeat events do not behave very well if the framerate isvery low (repeats excessively even when key-up already received).Now the native repeat events (from Qt) are used instead.
View differences
Client|Input: Use native key repeat events
Our own repeat events do not behave very well if the framerate is
very low (repeats excessively even when key-up already received).
Now the native repeat events (from Qt) are used instead.