Attempted to fix dinging

On phone, can't test
This commit is contained in:
andreja6
2018-10-24 16:44:33 -07:00
committed by GitHub
parent 581f8a3413
commit 0f0be7f0b9

View File

@@ -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;