NO

Author Topic: _getch  (Read 2210 times)

tpekar

  • Guest
_getch
« on: March 24, 2010, 08:24:40 PM »
Why does tab and shift_tab return the same ascii 9 code?  How can I differenciate between them? Shift_tab should mean tab backwards.  Shouldn't this be a 0 for the first _getch and a 15 for the second _getch?