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

event.getCount() getCount() is undefined for event #122

Open
loboere opened this issue Jun 27, 2022 · 0 comments
Open

event.getCount() getCount() is undefined for event #122

loboere opened this issue Jun 27, 2022 · 0 comments

Comments

@loboere
Copy link

loboere commented Jun 27, 2022

I am trying to get the state of the mouse wheel with event.getCount() but there seems to be no such function.

code for mouse

void mouseWheel(MouseEvent event) {
text(event.getCount(),6,60);
}

How can I get the state of the mouse wheel?

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

No branches or pull requests

1 participant