C3DScreen::MouseY

Top  Previous  Next

Syntax:

 

MouseY(), int

 

Purpose:
Returns the current mouse Y coordinate when using full screen.

 

Parameters:

None.

 

Returned value(s):

The current mouse Y position.

 

Application:

x = screen.MouseY()

 

Class Hierarchy

C3DScreen

 

Additional Info:

Convenience method for retrieving the mouse position.