[Lazarus] Gtk2 list of pressed keys

Alexey Tor. aaa5500 at ya.ru
Sat Jul 18 01:07:02 CEST 2020


     FKeyStateList_: TFPList; // Keeps track of which keys are pressed

I suggest to change this to array[0..N] of integer (N can be only 2? 5? 
10? 20?). this way we won't do mem allocs on each keypresss/depress.

Alexey Torgashin



More information about the lazarus mailing list