Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Unsubscribing from events currently unsuscribes all events #39

Closed
migueldeicaza opened this issue Jul 31, 2015 · 1 comment
Closed

Unsubscribing from events currently unsuscribes all events #39

migueldeicaza opened this issue Jul 31, 2015 · 1 comment

Comments

@migueldeicaza
Copy link
Contributor

All events of a given type, because Urho does not have an API to remove just the susbscribed event/handler pair.

@EgorBo
Copy link
Member

EgorBo commented Nov 27, 2016

Was fixed here: https://github.com/xamarin/urho/blob/master/Bindings/Portable/Runtime/UrhoEventAdapter.cs#L46-L50 when user does let's say Input.KeyPressed -= OnKeyPressed. It won't necessarily call native Unsubscribe.

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

No branches or pull requests

2 participants