From 74a17b86e084d0050da9bcb4b2b55e92eb73bf3a Mon Sep 17 00:00:00 2001 From: "guilhem.duche" Date: Thu, 13 Mar 2008 22:54:58 +0000 Subject: [PATCH] Created wiki page through web user interface. git-svn-id: http://wiiusej.googlecode.com/svn/wiki@103 ae48ae66-6a45-0410-b38e-211266189506 --- MotionSensingEvent.wiki | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 MotionSensingEvent.wiki diff --git a/MotionSensingEvent.wiki b/MotionSensingEvent.wiki new file mode 100644 index 0000000..867e274 --- /dev/null +++ b/MotionSensingEvent.wiki @@ -0,0 +1,28 @@ +#summary One-sentence summary of this page. + += MotionSensingEvent Methods Summary= + int getAccelerationThreshold() + Get acceleration threshold. + + float getAlphaSmoothing() + Get alpha smoothing. + + GForce getGforce() + Get the gravity force. + + Orientation getOrientation() + + + float getOrientationThreshold() + Get orientation threshold. + + RawAcceleration getRawAcceleration() + Get the raw acceleration. + + boolean isSmoothingActive() + Tell if the option SMOOTHING is activated. + +private void setOrientationAndGforce(float r, float p, float ya, float x, float y, float z, short xx, short yy, short zz) + Set orientation, gravity force and raw acceleration. + + java.lang.String toString() \ No newline at end of file