I'd like to have a background thread update certain fields and as a result have the matrix periodically redraw/refresh.
My problem is that if ActivateCDKMatrix has been called this seems to block any updates to the matrix until a user hits Enter
or ESC
etc.
Is it possible to force a return from the ActivateCDKMatrix call? Or a possible timeout? Or anyway to update the matrix without the user having to hit a key to return?