Author Topic: hide the cursor!"  (Read 4045 times)

Offline Melssj5

  • double
  • *****
  • Posts: 724
    • View Profile
hide the cursor!"
« on: July 18, 2006, 06:23:42 am »
Hi, How can I hide the cursor when in fullscreen?
Nada por ahora

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
hide the cursor!"
« Reply #1 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.