Identifying and processing messages through Delphi -
consider case 1 manages stack multiple keypress messages within queue swiftly typing 'abc'.
is there way identify , process keypress message of 1 of characters among stack? want process keypress message of 'a' go else before processing keypress messages of b , c.
using "peekmessage" can't seem isolate 3 messages each other. calling peekmessage (vmsg, handle, wm_char, wm_char, pm_remove), messages getting processed , removed @ once.
Comments
Post a Comment