How do I make the mouse cursor visable during a running Blender game?
The Producer
How do I make the mouse cursor visable during a running Blender game?
The Producer
Put this script in a python controller and connect it to an always actuator.
import Rasterizer
Rasterizer.showMouse(1)