We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bbe83a commit 5f254adCopy full SHA for 5f254ad
packages/dev/core/src/Inputs/scene.inputManager.ts
@@ -518,7 +518,7 @@ export class InputManager {
518
519
if (!clickInfo.hasSwiped && !this._skipPointerTap && !this._isMultiTouchGesture) {
520
let type = 0;
521
- if (clickInfo.singleClick) {
+ if (clickInfo.singleClick && !InputManager.ExclusiveDoubleClickMode) {
522
type = PointerEventTypes.POINTERTAP;
523
} else if (clickInfo.doubleClick) {
524
type = PointerEventTypes.POINTERDOUBLETAP;
0 commit comments