1
0
Fork 0
flightgear/Lib/PUI/puOneShot.cxx
2009-09-14 13:34:43 +02:00

9 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 ) ;
}