10 lines
155 B
C++
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 ) ;
|
|
}
|
|
|