lukedukeus
lukedukeus
Right now, when you move the joystick, it tells you the joysticks position relative to the size of the joystick. So, if I move the joystick to the top right,...
I Havent tested it, but I just set it to fall back to the default behavior if size is undefined
I think user input should still override the joystick position. If someone wanted it to be not overridden by user input, they can turn on the disabled prop. I don't...
Another Idea, would be cool if the config was set on the extension itself, rather than writing to the .vscode directory. Thank you for all your work!
@ash32152 Did you ever find out why?
It looks like that would have worked, what I ended up doing was just doing normal server side auth, then forwarding the data to the client. Thanks for the response!
@Introvertuous Any update / progress on this?
As far as I can tell, this feature has been merged, but I can't find any documention on how to use it. Can anyone share what works for them?
Oh, that makes sense, thanks. I didn't think to try that because I assumed it was just a suggestion of how it should work. This can be closed then?
@Petrarca181 I had to write my own with P/Invoke as well, It's basic and blocking / non-async, but gets the job done. Mostly copied from [here](https://stackoverflow.com/a/68712025/10197738). ``` using System; using...