Search code examples
qmlblackberry-10blackberry-cascades

Touch Event Pressure in blackberry cascades


How to find touch event pressure in blackberry 10 cascades? Is there any API available for that?


Solution

  • I found the answer: The native SDK has a structure called mtouch_event which contains the width & height of the touch.But the docs state it is not implemented.Not sure if there's something similar in Cascades, or whether you can access the raw native mtouch_event data.