Page 1 of 1

Key up and down events for StringGadget / EditorGadget

Posted: Sat Mar 03, 2018 6:26 am
by Dude
I'd like to know when the user is typing in a StringGadget or EditorGadget, so I can update stats in real-time as they type. At the moment we can only test for #PB_EventType_Change, which doesn't help because my app also updates those gadgets automatically at times.

I need to know when the user himself does the typing, so #PB_EventType_KeyDown would be very useful for this.

This is similar to my request here: http://www.purebasic.fr/english/viewtop ... =3&t=70006