Liz H.

Results 5 comments of Liz H.

I'm not sure, you want to create a new instance of your scene right? `GetNode` can only get nodes which are already in the scene tree/instanced. To create a new...

Well, on windows and linux the gamepad situation changed quite a bit. OSX on the other hand still completely lacks joystick support. We updated the joystick code to use both...

Getting the name of a button/axis is not possible currently, but might be a nice idea actually. thanks :)

Shouldn't the trigger be axis 6 or 7 to not contradict the regular gamepad API? Axis 2 normally is `JOY_ANALOG_RX', so I think it's quite unexpected for this to mean...

Also, someone on discord mentioned that the WMR Controller uses axes 4 and 5 for the joystick. So I think ideally we should make use of the remapping system to...