InputSystem.getMouseInput() Deprecated?

eclipse is telling me that InputSystem.getMouseInput() is deprecated, what should i use instead? or am i not updated somewhere?

Thanks

I hesitate to write it, but I think I have to: RTFM :slight_smile:



The JavaDoc reads:



public static MouseInput getMouseInput()

getMouseInput retrieves the mouse input device.



Deprecated use MouseInput.get() instead

Returns:

the mouse input device.

sigh i was using the javadocs on the website…

thanks for the help.