-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pixel Density And Scale #186
Pixel Density And Scale #186
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR should be targeting version/6_0_0
Co-Authored-By: Collin <[email protected]>
@theresalech @iCollin Updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JackLivio please let me know if you have any questions about my review, thanks!
MOBILE_API.xml
Outdated
@@ -2872,6 +2872,15 @@ | |||
<param name="hapticSpatialDataSupported" type="Boolean" mandatory="false"> | |||
<description>True if the system can utilize the haptic spatial data from the source being streamed. If not included, it can be assumed the module doesn't support haptic spatial data'. </description> | |||
</param> | |||
<param name="diagonalScreenSize" type="Float" mandatory="false" since="6.0"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need minvalue
of 1
per proposal revisions
MOBILE_API.xml
Outdated
<param name="diagonalScreenSize" type="Float" mandatory="false" since="6.0"> | ||
<description>The diagonal screen size in inches.</description> | ||
</param> | ||
<param name="pixelPerInch" type="Float" mandatory="false" since="6.0"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need minvalue
of 1
per proposal revisions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe the revisions had minvalue="0" for pixelPerInch and diagonalScreenSize
@theresalech Updated |
Fixes #107