summaryrefslogtreecommitdiffstats
path: root/matchblox/common/wiimote_utils.h
diff options
context:
space:
mode:
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];
};