Hi everyone,
i am currently implementing the gamepad controls for my game and i need to read the Thumbsticks Delta.X value without using the InputBegan event because i already implemented the controls for my game in the RenderStepped event. It’s a very simple game with only left and right movement.
How would i check the gamepads thumbstick-state from anywhere in my code?
– SormDev