2014-05-23 02:59 AM
What should I do first?
2 Tasks: one sends key msg, one keeps running GUI_Delay().But, The Callback just keep silent with user defined key ID.Am I miss something?Of course, I know make it OnFocus first. #stemwin2014-06-09 07:53 AM
Hi,
Keyboards' events are managed by the GUI_StoreKeyMsg(), while the message are sent to the focused window through the GUI_SendKeyMsg().For more details please refer to the Keyboard Input section in the Segger UM3001 (STemWin5.pdf) available under \Middlewares\ST\STemWin\DocumentationWith regards.