From: <ma...@us...> - 2009-09-12 22:20:27
|
Revision: 3241 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3241&view=rev Author: matzon Date: 2009-09-12 22:20:15 +0000 (Sat, 12 Sep 2009) Log Message: ----------- comment new allowNegativeMouseCoords property Modified Paths: -------------- trunk/LWJGL/doc/lwjgl_hidden_switches.text Modified: trunk/LWJGL/doc/lwjgl_hidden_switches.text =================================================================== --- trunk/LWJGL/doc/lwjgl_hidden_switches.text 2009-09-12 22:15:21 UTC (rev 3240) +++ trunk/LWJGL/doc/lwjgl_hidden_switches.text 2009-09-12 22:20:15 UTC (rev 3241) @@ -16,4 +16,7 @@ Whether to allow creation of a software only opengl context org.lwjgl.opengl.Window.undecorated -Whether to create an undecorated window (no title bar) \ No newline at end of file +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 \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |