How can I get the internal values from panel variables?
I need to get the mLastTouchDownY value...
I tried this but is not a correct way!
I need to get the mLastTouchDownY value...
I tried this but is not a correct way!
B4X:
Dim JO As JavaObject = objParent
Dim lX As Double = JO.GetField("mLastTouchDownY")