Mon, 10/26/2009 - 23:08
Sir,
When I use the Mouse.setPosition() I get the Error : the player has not granted permission to use Mouse.setPosition.
What is the problem? I want to position the mouse cursor at a certain point in the screen. How to do it?
Leo
To use Mouse.setPosition() you first need to call Mouse.capture(). This will ask the user if it is alright for wild pockets to grab control of the users mouse, if they accept you should be able to use Mouse.setPosition() correctly.