wait_key results
- Posted by Allen V Robnett <alrobnett at alumni.princeton.edu> Feb 05, 2004
- 441 views
It has been suggested that I will be better off using the API than wait_key to test keyboard input. I plan to do this. In the meantime, can anyone tell me why it is that Ctrl Del yields 403 if I use the utility program, key.ex but yields 339 when I use wait_key (or get_key, for that matter) from within my exw program? Allen