Hello need help on how to convert the x,y to cm
Panel Touch Event:
Private Sub panel_Touch (Action As Int, X As Float, Y As Float)
Log(x&","&y)
'Need this x and Y to be in CM
'Log(y)
'Log(x)
End Sub