Skip to content

InputMap Plugin #435

@PradeepKumarRajamanickam

Description

It would be nice to have an InputMap system like in godot or unreal's ActionMappings. It will convert user input from different input hardware into game specific actions.

eg,
Keyboard "Space" or Joystick "A" can be mapped "Jump" Action.

This allows game code to not be tightly coupled with a particular key event. It also makes key rebinding possible if we add support for storing keybindings in an external json file (or something similar).

Godot Input Map
Unreal Action Mapping

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-InputPlayer input via keyboard, mouse, gamepad, and moreC-FeatureA new feature, making something new possible

    Type

    No type

    Projects

    Status

    Needs Working Group

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions