Page 1 of 1

Free PS/2 mouse code

Posted: Mon Jun 30, 2014 1:54 am
by emadrezvani
[edit by Candy] For the original thread at: http://forum.osdev.org/viewtopic.php?f=1&t=10247 [/edit]

ignore mouse errors.

Code: Select all

   if (mouse_byte[0]  &  0x08 ) 
    {
         // Click events code
    }else
        return;

Re: Free PS/2 mouse code

Posted: Mon Jun 30, 2014 4:29 am
by Candy
Please try not to resurrect posts from 2005 :-)