comment new allowNegativeMouseCoords property

This commit is contained in:
Brian Matzon 2009-09-12 22:20:15 +00:00
parent 8bd591fe5e
commit e11af72624
1 changed files with 4 additions and 1 deletions

View File

@ -16,4 +16,7 @@ org.lwjgl.opengl.Display.allowSoftwareOpenGL
Whether to allow creation of a software only opengl context
org.lwjgl.opengl.Window.undecorated
Whether to create an undecorated window (no title bar)
Whether to create an undecorated window (no title bar)
org.lwjgl.input.Mouse.allowNegativeMouseCoords
Usually mouse is clamped to 0,0 - setting this to true will cause you to get negative values if dragging outside and below or left of window