Porting Mac to Win, WaitMouseMoved
-
Hi, I'm porting a macintosh application to windows. And I was wondering if there is an winapi/MFC alternative for the function WaitMouseMoved (http://developer.apple.com/documentation/Carbon/Reference/Drag\_Manager/drag\_manager/function\_group\_13.html#//apple\_ref/c/func/WaitMouseMoved) Thanks
-
Hi, I'm porting a macintosh application to windows. And I was wondering if there is an winapi/MFC alternative for the function WaitMouseMoved (http://developer.apple.com/documentation/Carbon/Reference/Drag\_Manager/drag\_manager/function\_group\_13.html#//apple\_ref/c/func/WaitMouseMoved) Thanks
-
Not exactly the same. But I've found what I was looking for: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/WinUI/WindowsUserInterface/UserInput/MouseInput/MouseInputReference/MouseInputFunctions/DragDetect.asp Thanks anyway!