www.jpct.net

jPCT - a 3d engine for Java => Support => Topic started by: Melssj5 on July 18, 2006, 06:23:42 am

Title: hide the cursor!"
Post by: Melssj5 on July 18, 2006, 06:23:42 am
Hi, How can I hide the cursor when in fullscreen?
Title: hide the cursor!"
Post by: EgonOlsen on July 18, 2006, 07:45:23 am
In OpenGL mode? If so, have a look here: http://www.lwjgl.org/javadoc/org/lwjgl/input/Mouse.html
You either have to set the mouse to "grabbed", which will automatically hide the cursor or use an empty image as the mouse cursor. When using the software renderer, the same applies there too. You can have a look into the MouseMapper in the Paradroidz sources for this.