Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Defines the velocity data of a manipulation.
Syntax
typedef struct MANIPULATION_VELOCITY {
float velocityX;
float velocityY;
float velocityExpansion;
float velocityAngular;
} MANIPULATION_VELOCITY;
Members
velocityX
The velocity along the x-axis.
velocityY
The velocity along the y-axis.
velocityExpansion
The velocity expansion.
velocityAngular
The angular velocity.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Header | interactioncontext.h |