Skip to content
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

Add digitizer/pen twist #79

Merged
merged 1 commit into from
Jun 8, 2016
Merged

Add digitizer/pen twist #79

merged 1 commit into from
Jun 8, 2016

Conversation

patrickhlauke
Copy link
Member

Closes #25

@patrickhlauke
Copy link
Member Author

@dfleck one minor question: you mentioned that the value is 0-360. https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.input.pointerpointproperties.twist?f=255&MSPPError=-2147217396 mentions 0.0 - 359.0. I assume to be precise, it's 0.0 - 359.9999999999999999 (or whatever the precision is). does it make sense to just say 0-360 for simplicity's sake?

@RByers
Copy link
Contributor

RByers commented Jun 8, 2016

Should we just reference the USB HID Usage? I.e. Usage ID 0x41? Though I still don't see any definition in that spec of the allowable values. Still saying simply 0-360 seems reasonable to me (we can write it [0-360) if we want to be precise that it's exclusive of 360).

@patrickhlauke
Copy link
Member Author

Agreed in today's call https://www.w3.org/2016/06/08-pointerevents-minutes.html to merge this as is - as the property is of type long, [0,359] is appropriate and less confusing than [0,360)

@patrickhlauke patrickhlauke merged commit 1215d78 into w3c:gh-pages Jun 8, 2016
@patrickhlauke patrickhlauke deleted the add-pen-twist branch March 30, 2018 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants