I understand Greenfoot comes with support for creating MouseInfo objects, from which you can get the mouse's current position, etc.
However, is it possible in Greenfoot to force the mouse to stay at the center of the screen?
I would like to use this for a scenario where you try to move the mouse, a certain action happens in-game and the mouse is forced back to the center so you can move it again.
Thanks!