simgear/PUI/puOneShot.cxx

10 lines
155 B
C++
Raw Normal View History

1998-06-12 09:04:52 +08:00
#include "puLocal.h"
void puOneShot::doHit ( int button, int updown, int x, int y )
{
puButton::doHit ( button, updown, x, y ) ;
setValue ( 0 ) ;
}