Hi
Is it correct to assume that when using someIEventHandler.CaptureMouse() all mouse events will exclusively be sent to someIEventHandler and no other callback will be called?
In my use case I have 2 visual elements one above the other (position absolute). One is using a manipulator with CaptureMouse, second one just register a callback for mouse move.
When using CaptureMouse second is not receiving any mouse events.
Thanks.