phase out down param

This commit is contained in:
Glenn Maynard
2006-12-26 22:42:54 +00:00
parent 01d9e04916
commit e5ad264bbf
@@ -62,7 +62,7 @@ protected:
* happen, you need to explicitly call di.ts.SetZero(). * happen, you need to explicitly call di.ts.SetZero().
* *
* If the timestamp is set, it'll be left alone. */ * If the timestamp is set, it'll be left alone. */
void ButtonPressed( DeviceInput di, bool Down ); void ButtonPressed( DeviceInput di, bool Down = false );
/* Call this at the end of polling input. */ /* Call this at the end of polling input. */
void UpdateTimer(); void UpdateTimer();