DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit d7d9d9ea0ddae7175972bdd6f5d6b897870f1c84
parent 37b81b503f8c3c3735f9b4114a045f6f50fc97c9
Author: falkTX <falktx@falktx.com>
Date:   Sat, 15 May 2021 21:30:00 +0100

Fix debug build

Signed-off-by: falkTX <falktx@falktx.com>

Diffstat:
Mdgl/src/WindowPrivateData.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dgl/src/WindowPrivateData.cpp b/dgl/src/WindowPrivateData.cpp @@ -438,7 +438,7 @@ void Window::PrivateData::onPuglMouse(const Events::MouseEvent& ev) void Window::PrivateData::onPuglMotion(const Events::MotionEvent& ev) { - DGL_DBGp("onPuglMotion : %f %f\n", ev.button, ev.pos.getX(), ev.pos.getY()); + DGL_DBGp("onPuglMotion : %f %f\n", ev.pos.getX(), ev.pos.getY()); // if (fModal.childFocus != nullptr) // return fModal.childFocus->focus();