Mouse Input: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
m Fixing the See Also Thread links
Line 3:
==PS/2 Mouse Input==
 
The mouse is read just like described on the [Getting[PS2 Keyboard Input]] page, except that any write to the mouse must be preceded by writing 0xD4 to port 0x64, and then writing your byte to port 0x60. For more information, see [http://www.isdaman.com/alsos/hardware/mouse/ps2interface.htm]
 
<pre>
Line 40:
}
</pre>
 
 
==Initialization==