JSBSim-Team / jsbsim

An open source flight dynamics & control software library
GNU Lesser General Public License v2.1
1.36k stars 454 forks source link

Keyboard/Gamepad input non-functional in Unreal Plugin Project #1120

Open jamesford42 opened 3 months ago

jamesford42 commented 3 months ago

I have gotten to the plugin project loaded in editor and playing (simulating) but aside from the D and P keys nothing seems to actually do anything. I kind of assume im doing something wrong here, but i don't see what. Actually im not sure where the bindings to keys is actually happening, i see the input action events (which don't fire) though.

demonixis commented 3 months ago

Hey, I think we've to update the plugin to the latest version of Unreal with EnhancedInput instead of the old InputSystem. Input works correctly if you remap keys, but best is to use InputAction now it's stable and enabled by default.