| version 1.3 | | version 1.4 |
|---|
| | |
| * Functions to access Mouse and Cyberman... | | * Functions to access Mouse and Cyberman... |
| * | | * |
| * $Log$ | | * $Log$ |
| | | * Revision 1.4 1999/10/14 03:08:10 donut |
| | | * changed exit to mprintf on unknown mouse event |
| | | * |
| * Revision 1.3 1999/10/09 05:03:57 donut | | * Revision 1.3 1999/10/09 05:03:57 donut |
| * fixed win32 exit on mouse move | | * fixed win32 exit on mouse move |
| * | | * |
| | |
| case DIMOFS_Z: | | case DIMOFS_Z: |
| break;//hm, handle this? | | break;//hm, handle this? |
| default: | | default: |
| | | mprintf((0,"unknown mouse event %i\n",iEvt)); |
| // exit (iEvt);//not happy. | | // exit (iEvt);//not happy. |
| break; | | break; |
| } | | } |