I'm currently learning Win32 using this tutorial, and I have a hard time with my displayed characters. Take for instance this piece of code which adds a menu to my ...
VK_LEFT is not a character but VK_A is. How can I differentiate them? Thanks.