mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 23:01:01 +02:00
Fix click events from mouse
This commit is contained in:
parent
094cc0e251
commit
22d57f1103
1 changed files with 1 additions and 1 deletions
|
@ -364,8 +364,8 @@ void Web3DOverlay::hoverLeaveOverlay(const PointerEvent& event) {
|
|||
|
||||
void Web3DOverlay::handlePointerEvent(const PointerEvent& event) {
|
||||
if (_inputMode == Touch) {
|
||||
handlePointerEventAsTouch(event);
|
||||
handlePointerEventAsMouse(event);
|
||||
handlePointerEventAsTouch(event);
|
||||
} else {
|
||||
handlePointerEventAsMouse(event);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue