While using FLTK graphics libraries for basic game writing how do you take user input? getch() doesn't really work since Visual Studios opens up a console window to run getch().
I know that the keyboard keys all have ASCII numbers with getch(), it's just that I only want to use my program's window to get it done.