I need a way to get Values when a user touches panel to Inches
when a user Touch on Panel the x and Y value to be in Inches
Value to Inches:
Private Sub panel_Touch (Action As Int, X As Float, Y As Float)
Log(x&","&y)
'Need this x and Y to be in Inches
'Log(y)
'Log(x)
End Sub
when a user Touch on Panel the x and Y value to be in Inches