Hi,
I have modified the Simple Pad example module to try to detect multitouch mouse moves.
I have implemented the following routines but they do not get called.
void onMouseMoveMultiProc(TShiftState Shift, UsineEventPtr X, UsineEventPtr Y);
void onMouseDownMultiProc(TMouseButton MouseButton, TShiftState Shift, UsineEventPtr X, UsineEventPtr Y);
void onMouseUpMultiProc(TMouseButton MouseButton, TShiftState Shift, UsineEventPtr X, UsineEventPtr Y);
If I look on the module output parameters, I can see an array output when multitouch is used, so it is enabled.
I have tried not implementing the normal mouse callbacks (onMouseMove etc.) in case that was overriding the mutlitouch callbacks, but that does not solve the problem.
What is required to enable the multitouch callbacks with the SDK ?
Thanks,
Simon.
multitouch mouse callbacks are not working
-
sm_jamieson
- Member
- Posts: 559
Just noticed this previous message:
http://www.sensomusic.org/forums/viewtopic.php?id=5192
If multitouch does not work in the SDK, that is a major problem and a ticket will have to be raised.
Simon.
http://www.sensomusic.org/forums/viewtopic.php?id=5192
If multitouch does not work in the SDK, that is a major problem and a ticket will have to be raised.
Simon.
- senso
- Site Admin
- Posts: 4427
- Location: France
- Contact:
We'll take look and solve it very soon.
senso++++
senso++++
Olivier Sens
www.brainmodular.com
www.brainmodular.com
- senso
- Site Admin
- Posts: 4427
- Location: France
- Contact:
It's a bug and will be solved this week.
Olivier Sens
www.brainmodular.com
www.brainmodular.com
