ポインタの位置の問い合わせ
MINERVA superseeded IF/Prolog.
Please see
http://www.ifcomputer.co.jp/MINERVA
for details.
We discontinued to sell IF/Prolog Dec 31. 2003.
For current customers, we continue to provide
professional support for IF/Prolog until Dec 31, 2008.
void XtDrawGetXY(w, x, y);
Widget w;
int *x,
*y;
XQueryPointer()とは違う働きをします。
最後のポインタ位置を示す座標が返されます。
ポインタ位置の決定の仕方については、5.3 アクションを参照して下さい。
void XtDrawQueryPointer(w, x, y);
Widget w;
int *x,
*y;
XQueryPointer()と同様の働きをします。
ポインタ位置を示す座標が返されます。
戻る
続く..