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

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

r - Update two sets of radiobuttons reactively - shiny -