Pelles C => General discussions => Topic started by: tpekar on March 24, 2010, 08:24:40 PM
Title: _getch
Post by: tpekar 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?