cv::waitKey() upper-/lowercase difference
Hi! Is there a simple method to determine whether the Shift key was pressed together with another one? For example, I want to do different actions on 'u' and 'U'.
This might not be possible with opencv only on all platforms. Consider using another library (or win32/X11 API)