applied patch to move ID tag

This commit is contained in:
Brian Matzon 2006-03-23 19:32:21 +00:00
parent 0c539252b4
commit 8a3bee6b1c
244 changed files with 246 additions and 251 deletions

View file

@ -43,7 +43,6 @@ import org.lwjgl.Sys;
import org.lwjgl.opengl.Display;
/**
* $Id$
* <br>
* A raw Mouse interface. This can be used to poll the current state of the
* mouse buttons, and determine the mouse movement delta since the last poll.
@ -57,6 +56,7 @@ import org.lwjgl.opengl.Display;
* @author elias_naur <elias_naur@users.sourceforge.net>
* @author Brian Matzon <brian@matzon.dk>
* @version $Revision$
* $Id$
*/
public class Mouse {
/** Has the mouse been created? */