On every tick, if the key is down increase the size by adding or multiplying something to the current size.
The event thing is run repeatedly every second, so you actually don't want to do anything when the key is up, you just want to change the size when the key is down.
Do not forget to adjust for dt