procedure rglGetSceneMousePosition(var aX, aY : Integer);stdcall;Gets the current position of the mouse cursor ParametersaX - integer vertical position of the mouse aY - integer horisontal position of the mouse