pub fn wait_key_ex(delay: i32) -> Result<i32>
Similar to #waitKey, but returns full key code.
Note: Key code is implementation specific and depends on used backend: QT/GTK/Win32/etc