Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

GraphicsView Interaction Event must continue when outside #497

Open
Yannikk1996 opened this issue Dec 23, 2022 · 0 comments
Open

GraphicsView Interaction Event must continue when outside #497

Yannikk1996 opened this issue Dec 23, 2022 · 0 comments

Comments

@Yannikk1996
Copy link

EndInteraction is called when leaving the GraphicsView. This prevents from using this feature to draw useful controls.
There is also an IsInsideBounds Indication which is quite nice but does not help.

Much better behaviour would be that there is no EndInteraction when leaving. So controlling the drawn control is still possible. And Using the IsInsideBounds Indication to cancel the event yourself when it is needed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant