Browse Source

oops, fix bug

cxgeorge 24 years ago
parent
commit
97460ab612
1 changed files with 1 additions and 3 deletions
  1. 1 3
      panda/src/wgldisplay/wglGraphicsWindow.cxx

+ 1 - 3
panda/src/wgldisplay/wglGraphicsWindow.cxx

@@ -1605,9 +1605,7 @@ window_proc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) {
         SET_MOUSE_COORD(x,LOWORD(lparam));
         SET_MOUSE_COORD(x,LOWORD(lparam));
         SET_MOUSE_COORD(y,HIWORD(lparam));
         SET_MOUSE_COORD(y,HIWORD(lparam));
     
     
-        if(wparam & (MK_LBUTTON | MK_MBUTTON | MK_RBUTTON)) {
-            handle_mouse_motion(x, y);
-        } 
+        handle_mouse_motion(x, y);
         break;
         break;
     
     
     // if cursor is invisible, make it visible when moving in the window bars,etc
     // if cursor is invisible, make it visible when moving in the window bars,etc