User Tools

Site Tools


prpl:getmousescreenposition

This is an old revision of the document!


<- PRPL reference <- Everything Else 2

GETMOUSESCREENPOSITION

ArgumentsResultNotation
[ - ]

Description

Examples

	stack.Push(new Data(Input.mousePosition.x / Screen.width)); 
	stack.Push(new Data(Input.mousePosition.y / Screen.height)); 
 
prpl/getmousescreenposition.1480721632.txt.gz · Last modified: 2025/02/14 14:56 (external edit)