Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert FlxMouseEventManager from global singleton to instanced FlxBasic #1961

Closed
wants to merge 1 commit into from

Conversation

bendmorris
Copy link
Contributor

@bendmorris bendmorris commented Sep 27, 2016

Relates to #1087 (closed, but not resolved for FlxMouseEventManager.) Allows creating separate FlxMouseEventManagers which can be added to states, and which won't be updated when the state is inactive (e.g. when substates are active.) Can still be used as a global singleton, but not quite backwards compatible - requires using globalManager instance methods instead of static methods.

Requires an update to flixel-demos (HaxeFlixel/flixel-demos#249) so Travis will fail.

@Gama11
Copy link
Member

Gama11 commented Sep 27, 2016

I think this is too much of a breaking change (for a minor release at least).

@Gama11
Copy link
Member

Gama11 commented Oct 3, 2016

Moved this to an issue for now: #1972

@Gama11 Gama11 closed this Oct 3, 2016
@Geokureli
Copy link
Member

Look like it's time to revisit this

@Geokureli Geokureli modified the milestone: 5.0.0 Apr 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants