C3DScreen::MouseX

Top  Previous  Next

Syntax:

 

MouseX(), int

 

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

 

Parameters:

None

 

Returned value(s):

The current mouse X position.

 

Application:

x = screen.MouseX()

 

Class Hierarchy

C3DScreen

 

Additional Info:

Convenience method for retrieving the mouse position.