Vixen
dd8b0a81
csharp
public enum InputRebindingState

Where an interactive rebinding has got to.

Read the guide page for this →

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