Search Unity

How do I rebind an axis but disallow buttons

Discussion in 'Input System' started by steinbitglis, Jun 17, 2021.

  1. steinbitglis

    steinbitglis

    Joined:
    Sep 22, 2011
    Posts:
    254
    Because buttons are axes in the input system, it doesn't help me to call
    WithExpectedControlType("Axis")
    , because buttons will still match.

    How can I deal with this?