Skip to content

Commit b041bb9

Browse files
committed
fix: event
1 parent 43adef3 commit b041bb9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Library/PAX_MAHOROBA/Input/MapViewportInputHandler.hpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -434,10 +434,8 @@ namespace paxs {
434434
// ドラッグフラグOFFの場合は NotHandled でUIに処理させる
435435
return EventHandlingResult::NotHandled();
436436
}
437-
438437
handleTouchInput();
439-
viewport_.applyConstraints();
440-
viewport_.notifyViewportChanged();
438+
// TODO: タッチ判定を取得して、処理されたらapplyConstraintsとnotifyViewportChangedを呼ぶ
441439
return EventHandlingResult::NotHandled(); // 他のハンドラーにも処理を継続
442440
}
443441

0 commit comments

Comments
 (0)