[Interest] Changing key repeat settings in Qt

Till Oliver Knoll till.oliver.knoll at gmail.com
Mon Jan 30 14:51:35 CET 2012



Am 30.01.2012 um 14:24 schrieb Kimmo Viitanen <kviitanen at gmail.com>:

> Hi,
> 
> ...
> With the default key delay there is a noticeable pause between the first 
> movement and subsequent moves.

Hmmm, so you do a single move triggered by a key-press?

IMHO it would be better to detect a key DOWN event instead and keep moving as long as that key is down (or in other words: until you receive a key UP event of the proper key).

Wouldn't that be possible?

Cheers, Oliver


More information about the Interest mailing list