Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Calculates and returns the vertical velocity.
Syntax
HRESULT GetVelocityY(
[out] FLOAT *velocityY
);
Parameters
[out] velocityY
The calculated vertical velocity.
Return value
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code such as E_FAIL.
Remarks
This value is useful when you are using the IInertiaProcessor interface. You should pass this value when the manipulation completes.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Target Platform | Windows |
Header | manipulations.h (include Manipulations_i.c) |