I want to drag the window, but when I call the function "this.DragMove()",
the app break and show message "Can only call DragMove when primary mouse button is down.".
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I want to know how to notice the window Mouse left button is down?
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
cs:
public void OnPlayPanelMouseLeftButtonDown(object sender, AsyncEventWithDataArgs<Point> e)
{}