Posted: 16 Dec 2015, 03:03
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.
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.