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

'Cherry pick' of work previously committed to Dev_Working with PR #1870: #2050

Merged

Conversation

PJBowron
Copy link

@PJBowron PJBowron commented May 5, 2018

Overview

Adding GripPosition and GripRotation to SupportedInputInfo and adding support to WSA input source and related classes, originally submitted in Dev_Working_Branch as PR #1870. Now 'cherry picked' and submitted for the May18 release in the original HoloToolkit hierarchy.

Changes

  • added new input info types to SupportedInputInfo;
    PointerPosition and PointerRotation have equivalence to, and deprecate, Position and Rotation;
    GripPosition and GripRotation extend the bitfield

  • InteractionInputSource now reports support for grip position & rotation; replaced deprecated type id's with replacements

  • replacing use of deprecated SupportedInputInfo types in simple use cases

  • adding support for GripPosition/Rotation, and updating uses of now-deprecated Position/Rotation type enums, in CustomInputSource and DebugInteractionSourcePose

  • replaced "summary"-tag comments with [Obsolete] attributes to denote changes to enum ids

…rosoft#1870:

Adding GripPosition and GripRotation to SupportedInputInfo and adding support to WSA input source and related classes

* added new input info types to SupportedInputInfo;
PointerPosition and PointerRotation have equivalence to, and deprecate, Position and Rotation;
GripPosition and GripRotation extend the bitfield

* InteractionInputSource now reports support for grip position & rotation; replaced deprecated type id's with replacements

* replacing use of deprecated SupportedInputInfo types in simple use cases

* adding support for GripPosition/Rotation, and updating uses of now-deprecated Position/Rotation type enums, in CustomInputSource and DebugInteractionSourcePose

* replaced "summary"-tag comments with [Obsolete] attributes to denote changes to enum ids
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants