Difference for arch/win32/mouse.c from version 1.2 to 1.3


version 1.2 version 1.3
Line 19
 
Line 19
 * Functions to access Mouse and Cyberman...  * Functions to access Mouse and Cyberman...
 *   *
 * $Log$  * $Log$
   * Revision 1.3  1999/10/09 05:03:57  donut
   * fixed win32 exit on mouse move
   *
 * Revision 1.2  1999/09/05 04:19:19  sekmu  * Revision 1.2  1999/09/05 04:19:19  sekmu
 * made mouse exclusive for windows  * made mouse exclusive for windows
 *  *
Line 288
 
Line 291
  case DIMOFS_Y:   case DIMOFS_Y:
  mouse_y += (double) ((LONG) pdidod->dwData);   mouse_y += (double) ((LONG) pdidod->dwData);
  break;   break;
    case DIMOFS_Z:
    break;//hm, handle this?
  default:   default:
  exit (iEvt);  // exit (iEvt);//not happy.
    break;
  }   }
 }  }
   

Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3