You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if you had a specific reason not to use accessors for values. Right now it's kind of a hassle with everything being a function call. I made an example of using accessors with QMouseEvent and QKeyEvent objects here which seems to work pretty well.
I was wondering if you had a specific reason not to use accessors for values. Right now it's kind of a hassle with everything being a function call. I made an example of using accessors with QMouseEvent and QKeyEvent objects here which seems to work pretty well.
https://github.com/Benvie/node-qt/blob/accessors/src/QtGui/qmouseevent.cc
https://github.com/Benvie/node-qt/blob/accessors/src/QtGui/qmouseevent.h
The text was updated successfully, but these errors were encountered: