-
-
Notifications
You must be signed in to change notification settings - Fork 191
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
refactor: Pointer System #2071
refactor: Pointer System #2071
Conversation
Before merge I want to add a story for the new configurations |
super.off(event, handler); | ||
} | ||
|
||
public update() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in theory with an internal reference to engine
, this could hook into through events right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure I'm following, can you expand?
Co-authored-by: Kamran Ayub <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just minor suggestions to fix jsdocs and remove potential future-confusing comments
===:clipboard: PR Checklist :clipboard:===
==================
This is still work in progress, the goal is for this to be nearly 100% backwards compatible
Related #1161 Pointer Refactor
Changes: