Breadcrumbs

MnMouseArea

The element input area is a simple mouse pad, with multitouch function. 

The element is transparent in online mode without a frame. 

  MnMouseArea01.bmp


Parameters

Property

Description

NumTouchValues 

Number of fingers on the mouse pad (index 1-4, supported if Multitouch is activated in the visualization manager) 

m_pTouchInfo 

Finger positions (supported if Multitouch is enabled in the visualization manager)

  • Variable: TRUE if finger on touch

  • XValue: X-axis value (0..100)

  • XValue: Y-axis value (0..100)

m_pTouchGesturePan 

Pan Gesture Feedback (Supported when Multitouch is enabled in Visualization Manager)

  • Variable: TRUE if gesture was recognized

  • iMinDiff: Minimum difference for X and Y axes, for gesture detection

  • XDiffValue: X-axis difference Value in pixels

  • YDiffValue: Y-axis difference Value in pixels

m_pTouchGesturePinchStretchRotate 

PinchStretchRotate Gesture Feedback (Supported when Multitouch is enabled in Visualization Manager)

  • Variable: TRUE if gesture was recognized

  • DistanceDiffValue: Difference value in pixels for pinch and stretch.

  • OrientationDiffValue: Difference Value in degrees for rotates.



Remarks