The-Simpsons-Hit-and-Run/game/code/input/button.cpp

15 lines
173 B
C++

#include <input/button.h>
unsigned int Button::mTickCount = 0;
Button::Button( void ) :
mfValue( 0.0f ),
mTickCountAtChange( 0 )
{
}
Button::~Button( void )
{
}