csharp
public enum InputRebindingStateWhere 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)
IdleNot started.
ListeningWaiting for the player to press something.
BlockedThe player pressed something that is already bound elsewhere, and the operation is waiting to be told what to do about it.
CompletedThe binding was replaced.
CanceledThe player backed out, or the game gave up.
Used by (3)
- InputRebindingOperationVixen.Input
- InputRebindingTestsVixen.Input.Tests
- InputServiceVixen.Input