APDE icon indicating copy to clipboard operation
APDE copied to clipboard

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

Open loboere opened this issue 2 years ago • 0 comments

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?

loboere avatar Jun 27 '22 16:06 loboere