Hello,

i have a simple application.
This application use getch() function to retrieve every key press.
but under Windows Pocket / Mobile there is no getch();
Only found getchar(), but this do not same as getch();
Any other function instead of getch() ?

Thanks
Jimmy