Attempted to fix dinging
On phone, can't test
This commit is contained in:
5
main.cpp
5
main.cpp
@@ -1262,7 +1262,10 @@ void Demo::onKeyUp(int key)
|
|||||||
|
|
||||||
void Demo::onMouseLeftPressed(HWND hwnd,int x,int y)
|
void Demo::onMouseLeftPressed(HWND hwnd,int x,int y)
|
||||||
{
|
{
|
||||||
SetFocus(hwnd);
|
//Removed set focus
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
std::cout << "Click: " << x << "," << y << std::endl;
|
std::cout << "Click: " << x << "," << y << std::endl;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user