1
0
Fork 0
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:
ser1zw 2011-05-05 04:24:21 +09:00
parent 6be99de63c
commit 81714f0768
8 changed files with 182 additions and 59 deletions

View file

@ -24,7 +24,7 @@ __NAMESPACE_BEGIN_MOUSEEVENT
typedef struct MouseEvent {
CvPoint point;
int event;
int flag;
int flags;
} MouseEvent;
VALUE rb_class();