get_key() vs wait_key()
- Posted by "C. K. Lester" <euphoric at cklester.com> Oct 16, 2003
- 441 views
Of course, I still don't understand why, in the same environment, get_key() returns a valid keycode (one number for an arrow key) and wait_key() does not (multiple numbers for an arrow key). Shouldn't they both return the same value?