|
|
/* GETCLICK wait until a key or button is hit.. */ | /* GETCLICK wait until a key or button is hit.. */ |
/* when using postscript, this will do a showpage and return. */ | /* when using postscript, this will do a showpage and return. */ |
| |
|
#ifndef NOX11 |
PLG_getclick() | PLG_getclick() |
{ | { |
double x, y; | double x, y; |
|
|
| |
return( Egetkey( &x, &y, &e ) ); | return( Egetkey( &x, &y, &e ) ); |
} | } |
|
#endif |
| |
/* ================================ */ | /* ================================ */ |
/* HE This gets called by the X11 driver when we are waiting for an event | /* HE This gets called by the X11 driver when we are waiting for an event |