Click or drag to resize
DigitalRuneInputManagerAccelerometerValue Property
Gets the accelerometer value. (Only available in XNA Windows Phone builds.)

Namespace: DigitalRune.Game.Input
Assembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.8.0.0 (1.8.0.14467)
Syntax
public Vector3F AccelerometerValue { get; }

Property Value

Type: Vector3F
The accelerometer value.

Implements

IInputServiceAccelerometerValue
Remarks
Use IsAccelerometerActive to check if an accelerometer is actually connected.
See Also