Hi all.
How can i convert x and y as float to percentage?
i have this panel
i get this numbers when i log the (x)
how can i convert this number to %x or the y to %y?
all devices log diferent number on x and y, i think this is based on DIP.
thank you
How can i convert x and y as float to percentage?
i have this panel
B4X:
Sub pFundo_Touch (Action As Int, X As Float, Y As Float)
Log(x)
End Sub
i get this numbers when i log the (x)
953.1174926757812
how can i convert this number to %x or the y to %y?
all devices log diferent number on x and y, i think this is based on DIP.
thank you