Hi,
I want to implement a simple character control. But I don't know how to get keyboard or mouse input from user. I only create a simple console application, then watch the results through visual debugger.
I only need the simplest control, like
if(keyboard == 'W')
move forward;
if(keyboard == 'A')
move left;
Do I need to create a window as havok demo does? I don't use any graphic engine now.
Could anybody please give me some help? Thank you very much.

