summaryrefslogtreecommitdiffstats
path: root/matchblox/common/wiimote_utils.h
diff options
context:
space:
mode:
authorDennis Peeten <dpeeten@onsneteindhoven.nl>2008-05-27 10:56:41 (GMT)
committerDennis Peeten <dpeeten@onsneteindhoven.nl>2008-05-27 10:56:41 (GMT)
commit45952b080cbad5096c71722e46d7dc99e8eadce2 (patch)
tree3be3ebf324571deb939c274be32e333c3fb25b10 /matchblox/common/wiimote_utils.h
parentea1ff55ac332ec38068f63e71e5fa6187fa37a57 (diff)
download2iv55-45952b080cbad5096c71722e46d7dc99e8eadce2.zip
2iv55-45952b080cbad5096c71722e46d7dc99e8eadce2.tar.gz
2iv55-45952b080cbad5096c71722e46d7dc99e8eadce2.tar.bz2
buttons up down bitmaps
Diffstat (limited to 'matchblox/common/wiimote_utils.h')
-rw-r--r--matchblox/common/wiimote_utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/matchblox/common/wiimote_utils.h b/matchblox/common/wiimote_utils.h
index 9fdaac9..dc64e99 100644
--- a/matchblox/common/wiimote_utils.h
+++ b/matchblox/common/wiimote_utils.h
@@ -36,6 +36,8 @@ protected:
bool CalcWiimoteRelativeCursorPos(input_payload_wiimote &f_pWiimoteMsg, double f_dSensBarLedDist);
double CalcZDistInMM(Vect3D_t f_Dots[2], double f_dSensBarLedDist);
+ int m_prevButtons;
+
C_Smoother<Vect3D_t> *m_pSensBarDotSmoother[2];
};