Skip to content

[Feature] Add support for mapping mouse wheel actions #257

@strycore

Description

@strycore

The default Mouse / WASD profile has an example of mapping the mouse wheel to gamepad button but these mappings aren't implemented yet.

  # Bumpers
  - name: RB
    source_event:
      gamepad:
        button: RightBumper
    target_events:
      - mouse:
          button: WheelUp

  - name: LB
    source_event:
      gamepad:
        button: LeftBumper
    target_events:
      - mouse:
          button: WheelDown

Metadata

Metadata

Assignees

No one assigned

    Labels

    hardware supportThis issue requests adding new hardware of fixing a bug with existing hardware

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions