| version 1.2 | | version 1.3 |
|---|
| | |
| * 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 |
| * | | * |
| | |
| 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; |
| } | | } |
| } | | } |
| | | |