Changeset 8702 for trunk/src/user32/winmouse.cpp
- Timestamp:
- Jun 18, 2002, 11:32:26 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/winmouse.cpp
r8533 r8702 1 /* $Id: winmouse.cpp,v 1.2 4 2002-05-31 09:54:05sandervl Exp $ */1 /* $Id: winmouse.cpp,v 1.25 2002-06-18 09:32:26 sandervl Exp $ */ 2 2 /* 3 3 * Win32 mouse functions … … 70 70 { 71 71 BOOL ret; 72 73 dprintf(("USER32: SetCursorPos %d %d", X,Y)); 72 dprintf(("USER32: SetCursorPos (%d,%d)", X,Y)); 73 74 74 ret = OSLibWinSetPointerPos(X, mapScreenY(Y)); 75 75 if(ret == TRUE) {
Note:
See TracChangeset
for help on using the changeset viewer.