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 43adef3 commit b041bb9Copy full SHA for b041bb9
1 file changed
Library/PAX_MAHOROBA/Input/MapViewportInputHandler.hpp
@@ -434,10 +434,8 @@ namespace paxs {
434
// ドラッグフラグOFFの場合は NotHandled でUIに処理させる
435
return EventHandlingResult::NotHandled();
436
}
437
-
438
handleTouchInput();
439
- viewport_.applyConstraints();
440
- viewport_.notifyViewportChanged();
+ // TODO: タッチ判定を取得して、処理されたらapplyConstraintsとnotifyViewportChangedを呼ぶ
441
return EventHandlingResult::NotHandled(); // 他のハンドラーにも処理を継続
442
443
0 commit comments