mirror of
https://github.com/opencv/opencv.git
synced 2025-07-31 01:47:12 +08:00
![]() To be used in the mouse callback like this: if (CV_EVENT_MOUSEWHEEL == CV_GET_MOUSEWHEEL_EVENT(event)) { int delta= CV_GET_WHEEL_DELTA(event); // use delta... } |
||
---|---|---|
.. | ||
highgui | ||
highgui.hpp |