Joystick Plugin

Did you update this plug-in?

hello someone help me please, as it creates a joystick the move button and touch for mobile, I don’t have money to buy this plung. at Marketplace, someone help me how to do it.

I noticed and solved a new problem with this usage of SDL on this plugin, basically the issue was that inputs randomly get dropped at moderate framerates, this happens consistently for joysticks with ~4 axes, a hat and however many buttons you can push at the same time. It’s not really a problem with the plugin code, but more with sdl’s definition of a directinput buffer. There might be a way to fix it by editing the plugin, but i fixed it by editing the sdl source code.

More information and a solution is here, but it involves compiling sdl2 from source and editing one of the lines:

It’s not a perfect fix, it’s kind of hacky and stupid, but it works for my project because of our input requirements.

1 Like

is there any update for UE 4.27 ?

I tried it in UE5 but the values go way past -1 to 1, is there any fix for this?