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

TODO: refine some object #114

Closed
asukaminato0721 opened this issue Jul 13, 2023 · 0 comments · Fixed by processing/p5.js#6329
Closed

TODO: refine some object #114

asukaminato0721 opened this issue Jul 13, 2023 · 0 comments · Fixed by processing/p5.js#6329
Labels
require upstream Need upstream to update

Comments

@asukaminato0721
Copy link
Contributor

run

grep ": object" -r .

in types/ , and fix them one by one.


file mouse.d.ts

* @param [event] optional MouseEvent callback

so it better be MouseEvent instead of object

        mouseMoved(event?: MouseEvent): void;

file global.d.ts, a lot of object, need to clean up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
require upstream Need upstream to update
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant