Changeset 1114 for trunk/src/user32/pmwindow.cpp
- Timestamp:
- Oct 3, 1999, 10:38:02 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/pmwindow.cpp
r1094 r1114 1 /* $Id: pmwindow.cpp,v 1.1 3 1999-09-29 09:31:18 dengertExp $ */1 /* $Id: pmwindow.cpp,v 1.14 1999-10-03 20:38:01 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Managment Code for OS/2 … … 534 534 case WM_MOUSEMOVE: 535 535 { 536 //Only send this message when the mouse isn't captured537 if(WinQueryCapture(HWND_DESKTOP) != NULLHANDLE) {538 goto RunDefWndProc;539 }540 536 ULONG keystate = 0; 541 537 if(WinGetKeyState(HWND_DESKTOP, VK_BUTTON1)) … … 551 547 552 548 //OS/2 Window coordinates -> Win32 Window coordinates 553 //NOTE: Do not call the default OS/2 window handler as that one changes549 //NOTE: Do not call the default OS/2 window handler as that one changes 554 550 // the mousepointer! 555 551 win32wnd->MsgMouseMove(keystate, SHORT1FROMMP(mp1), MapOS2ToWin32Y(win32wnd, SHORT2FROMMP(mp1)));
Note:
See TracChangeset
for help on using the changeset viewer.