From 0f0be7f0b9bedf04a4ccebce32b8e49e321a5eea Mon Sep 17 00:00:00 2001 From: andreja6 Date: Wed, 24 Oct 2018 16:44:33 -0700 Subject: [PATCH] Attempted to fix dinging On phone, can't test --- main.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 888106d..e07b3ee 100644 --- a/main.cpp +++ b/main.cpp @@ -1262,7 +1262,10 @@ void Demo::onKeyUp(int key) void Demo::onMouseLeftPressed(HWND hwnd,int x,int y) { - SetFocus(hwnd); + //Removed set focus + + + std::cout << "Click: " << x << "," << y << std::endl;