Hello everyone
I am starting a 3d game.
I have tried to add a virtual joystick and it does not appear on the screen.
I think I know why but what I don't know is how to do it correctly.
I just add it
AddVirtualJoystick (1,220,100,150)
and when compiling it is not on screen ...
with
SetJoystickScreenPosition (220, 100, 150) in the loop either
At first I thought that it would be placed on a kind of 2d screen with if it were a GUI and that it would simply be rendered and already seen.
the question is .... seeing the commands I have seen sync () call everything .... update () render () swap () .... etc
and I don't know if the problem is from here ... that I don't render correctly.
Or that I must position the joystick with the SetVirtualJoystickPosition (index, x, y) using for "x" and "y" the command some command that passes 3d coordinates to 2d screen?
using AppGameKit V2 tier 1