We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7bb0a commit 09a7b0dCopy full SHA for 09a7b0d
src/main/java/com/payne/games/piemenu/PieMenu.java
@@ -174,7 +174,7 @@ public void resetSelection() {
174
* that will allow the user to directly be interacting with the
175
* {@code touchDragged} event.<br>
176
* This bypasses the {@link #selectionButton} filter that is inside the
177
- * {@link SuggestedClickListener}
+ * {@link SuggestedClickListener}.
178
*/
179
public void triggerDefaultListenerTouchDown() { // todo: is this proper? Candidate for @Deprecated
180
InputEvent event = new InputEvent();
0 commit comments