implementation of pollKey, companion to waitKey
authorChristoph Rackwitz <christoph.rackwitz@gmail.com>
Mon, 1 Feb 2021 14:44:03 +0000 (15:44 +0100)
committerChristoph Rackwitz <christoph.rackwitz@gmail.com>
Tue, 2 Feb 2021 21:24:54 +0000 (22:24 +0100)
commit26da491053d751e20032cafd764c483cc37d958f
tree8fade4ffb31988aeefa3a8fb0fbd53c11a1147f3
parent674ecc5581d6a23053d7c8934b2aeb7cc594a1d5
implementation of pollKey, companion to waitKey

w32 backend: implemented
other backends: stubbed or fallback to waitKey
documentation: cross-linked and more precise in some places
modules/highgui/include/opencv2/highgui.hpp
modules/highgui/src/window.cpp
modules/highgui/src/window_QT.cpp
modules/highgui/src/window_cocoa.mm
modules/highgui/src/window_gtk.cpp
modules/highgui/src/window_w32.cpp
modules/highgui/src/window_winrt.cpp