feat(ui): centralize retail selection state
This commit is contained in:
parent
c7607f019c
commit
7983309d23
30 changed files with 591 additions and 108 deletions
|
|
@ -77,6 +77,10 @@ public sealed class ItemInteractionControllerTests
|
|||
|
||||
Assert.True(h.Controller.IsTargetModeActive);
|
||||
Assert.True(h.Controller.IsPendingSource(0x50000A01u));
|
||||
Assert.Equal(InteractionModeKind.UseItemOnTarget,
|
||||
h.Controller.InteractionState.Current.Kind);
|
||||
Assert.Equal(0x50000A01u,
|
||||
h.Controller.InteractionState.Current.SourceObjectId);
|
||||
Assert.Empty(h.UseWithTarget);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue