cancel
Showing results for 
Search instead for 
Did you mean: 

How could I use a keyboard with STemWin?

Microstar
Associate III
Posted on May 23, 2014 at 11:59

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.

#stemwin
1 REPLY 1
Posted on June 09, 2014 at 16:53

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\Documentation

With regards.