Method GetMouseClickPosition
GetMouseClickPosition(float)
Returns the position of the mouse click.
Declaration
public Vector2 GetMouseClickPosition(float ScreenHeight)
Parameters
| Type | Name | Description | 
|---|---|---|
| float | ScreenHeight | Window height.  | 
    
Returns
| Type | Description | 
|---|---|
| Vector2 | The coordinates of the mouse click.  |