]> git.mxchange.org Git - simgear.git/blob - PUI/puOneShot.cxx
Tweak for SGI portability.
[simgear.git] / PUI / puOneShot.cxx
1
2 #include "puLocal.h"
3
4 void puOneShot::doHit ( int button, int updown, int x, int y )
5 {
6   puButton::doHit ( button, updown, x, y ) ;
7   setValue ( 0 ) ;
8 }
9