MCPcopy Index your code
hub / github.com/processing/processing / getClickCount

Method getClickCount

core/src/processing/event/MouseEvent.java:88–92  ·  view source on GitHub ↗

Do not use, getCount() is the correct method.

()

Source from the content-addressed store, hash-verified

86
87 /** Do not use, getCount() is the correct method. */
88 @Deprecated
89 public int getClickCount() {
90 //return (int) amount; //clickCount;
91 return count;
92 }
93
94
95 /** Do not use, getCount() is the correct method. */

Callers 8

nativeMouseEventMethod · 0.80
fxMouseEventMethod · 0.80
nativeMouseEventMethod · 0.80
mousePressedMethod · 0.80
mouseClickedMethod · 0.80
mouseClickedMethod · 0.80
mouseClickedMethod · 0.80
mouseClickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected