Hello to all,
I have a working VNC Client-Server connection. The display is shown fine on the PC.
Now I want to have some key stroke events from the PC(client) sent to the unit(server).
However our unit has no keyboard, but only three hardware buttons.
I programmed all the menu switching and button handling by myself, years ago I just wasn´t aware that emWin offers a keyboard driver...
So emWin in my my product is only for passive displaying something on the screen. All events are handled in my handmade software.
My question is:
How can I have any kind of function called in my application when I hit a key on the PC?
With this function available I could easily forward this event to my dedicated event handler...
Any help is much appreciated
Andy
I have a working VNC Client-Server connection. The display is shown fine on the PC.
Now I want to have some key stroke events from the PC(client) sent to the unit(server).
However our unit has no keyboard, but only three hardware buttons.
I programmed all the menu switching and button handling by myself, years ago I just wasn´t aware that emWin offers a keyboard driver...
So emWin in my my product is only for passive displaying something on the screen. All events are handled in my handmade software.
My question is:
How can I have any kind of function called in my application when I hit a key on the PC?
With this function available I could easily forward this event to my dedicated event handler...
Any help is much appreciated
Andy