simgear/PUI/puOneShot.cxx
1998-06-12 01:04:52 +00:00

10 lines
155 B
C++

#include "puLocal.h"
void puOneShot::doHit ( int button, int updown, int x, int y )
{
puButton::doHit ( button, updown, x, y ) ;
setValue ( 0 ) ;
}