Reply To: mapped coordinates

Accueil Forums Feedback mapped coordinates Reply To: mapped coordinates

#3307
IanniX
Maître des clés

Hi!

Absolute coordinates means that if a cursor is at coordinate x=3 and y=2 on score, it will send cursor_xPos=3 and cursor_yPos=2

Mapped coordinates means that if a cursor is at coordinate x=3 and y=2 on score, and its bounding rect (dashed line when hovering the cursor) is between x=[0 -> 4] and y=[0 -> 4], it will send cursor_xPos=3, cursor_yPos=2, cursor_value_x=3/4=0.75 and cursor_value_y=2/4=0.5

You can change the output range, for exemple, you can say when x goes from 0 to 4, values goes from 22 to 22000. Have a look at Inspector > Info > Message tab 🙂


© IanniX Association

Qu'est-ce que IanniX ? | Téléchargement | Showcase | Forum | Recherche | À propos