mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
fixed Window to handle MouseEvent with propriety
This commit is contained in:
parent
6be99de63c
commit
81714f0768
8 changed files with 182 additions and 59 deletions
|
@ -24,7 +24,7 @@ __NAMESPACE_BEGIN_MOUSEEVENT
|
|||
typedef struct MouseEvent {
|
||||
CvPoint point;
|
||||
int event;
|
||||
int flag;
|
||||
int flags;
|
||||
} MouseEvent;
|
||||
|
||||
VALUE rb_class();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue