DPad input showing up as Thumbstick1 in UserInputService?
Hi, I’m running into a weird controller input issue and I’m not sure if this is intended behavior or a bug.
When I press the DPad on a controller, Roblox doesn’t detect it as Enum.KeyCode.DPadUp/Down/Left/Right. Instead, it shows up as Thumbstick1 input with a position vector.
For example when I press DPad Up, the output looks like this(the image)
So it looks like Roblox is treating the DPad as if it were analog stick movement.
I expected DPad presses to return Enum.KeyCode.DPadUp etc, but they don’t seem to appear at all.
Is this normal behavior for controller input, or is something converting DPad input into thumbstick input internally?
If anyone has run into this before or knows what’s going on, I’d appreciate the help
has this been fixed on roblox as a whole yet? i’m currently experiencing this with controller with every game i play, even the ones that have console compatibility.