문제

Scenario :

Select an opened Window, swipe the Window with mouse to either left or right direction for snapping. Example : User swipe Notepad to left, the Notepad window will snap at left side.

Using : WPF , C#, VS2013

Problem : 1) How can I check every frame whether the user has moved his mouse or not?

If that succeed, can it work in situation where the WPF application is not focused? I'm planning to make it minimize to the notification bar.

도움이 되었습니까?

해결책

Well, found the solution anyway. Maybe this will help someone who shares the same problem with me.

For mouse swiping gesture http://www.codeproject.com/Questions/189559/Mouse-swipe-gesture-for-net

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top