View Single Post
Old May 14th, 2007, 11:25 AM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Function keys are not available on every system in the world. Therefore, it is not an issue the language addresses. You'd have to write implementation-specific, non-portable code. Not that you shouldn't do that, just be aware that it's required.

I know nothing about OpenCV, so perhaps someone who does could address the issue of modifying the code from "any key" to "one key".
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote