Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Important
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.31 Beta 1
-
Labels:
Description
Calling GetRelativeMousePosition() returns the relative mouse position in that element in a value range of 0/0/0 - 1/1/1.
In certain cases it might be more appropriate to retrieve the value range based on the elements extends (i.e. from 0/0/0 - maxBoxWidht/maxBoxHeight/maxBoxDepth).
We'd therefore add an optional boolean parameter to GetRelativeMousePosition() to be able to retrieve the mouse position in that other value range.