Vixen
02b45cc4
csharp
public enum InputRebindingState

Where an interactive rebinding has got to.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (5)

  • Idle

    Not started.

  • Listening

    Waiting for the player to press something.

  • Blocked

    The player pressed something that is already bound elsewhere, and the operation is waiting to be told what to do about it.

  • Completed

    The binding was replaced.

  • Canceled

    The player backed out, or the game gave up.

Used by (3)

  • InputRebindingOperationVixen.Input
  • InputRebindingTestsVixen.Input.Tests
  • InputServiceVixen.Input