8Bit on Nostr: Godot's Input Map is... sub-optimal. You can add multiple events (keys) to a single ...
Godot's Input Map is... sub-optimal. You can add multiple events (keys) to a single action. This makes sense if you want your code only read one action that can theoretically be keyboard, mouse or gamepad. But the deadzone setting is per ACTION. And if there were a sensitivity setting (which there isn't), it probably would be the same thing. TL;DR, multiple events per action is essentially useless.
Published at
2025-01-04 01:48:41Event JSON
{
"id": "7d2fb7e4bc3eecda033831c5e522c3be6368043f48df32374ff6c9f02188c2f2",
"pubkey": "ad4a7283879c2927e8546ae65273cfdee982acb9bc646f0014a37d61f899c484",
"created_at": 1735955321,
"kind": 1,
"tags": [
[
"proxy",
"https://mastodon.gamedev.place/users/memoriesin8bit/statuses/113767567921740386",
"activitypub"
]
],
"content": "Godot's Input Map is... sub-optimal. You can add multiple events (keys) to a single action. This makes sense if you want your code only read one action that can theoretically be keyboard, mouse or gamepad. But the deadzone setting is per ACTION. And if there were a sensitivity setting (which there isn't), it probably would be the same thing. TL;DR, multiple events per action is essentially useless.",
"sig": "71678a539a77cdaffc3d92054ac904289574bfc278f3bd98ef925e716cdbcc64c9e039ba287fe0f47321f426af371f5c61683e2594b59477da2750d65fa3367b"
}