02-12-2026, 12:33 PM
I have tested the InputEventsManager sample that comes with v3.2.9386 again for Avalonia and WPF and it seems that the PointerExited event is working fine there:
In this sample, the PointerExited event is used to deselect the object when the mouse leaves it. This sets the model's material from the orange material back to gray. This seems to work fine. Otherwise, all the visited models would remain orange. Is this what happens in your case?
In this sample, the PointerExited event is used to deselect the object when the mouse leaves it. This sets the model's material from the orange material back to gray. This seems to work fine. Otherwise, all the visited models would remain orange. Is this what happens in your case?
Andrej Benedik

