Home
last modified time | relevance | path

Searched refs:AG_WidgetSensitive (Results 1 – 4 of 4) sorted by relevance

/dports/devel/agar/agar-1.5.0/tests/
H A Dfocusing.c15 if (AG_WidgetSensitive(w, w->rView.x1+x, w->rView.y1+y)) { in mousemotion()
/dports/devel/agar/agar-1.5.0/gui/
H A Dmouse.c228 AG_WidgetSensitive(wid, x, y)) { in PostMouseButtonDown()
H A Dwidget.h301 int AG_WidgetSensitive(void *, int, int);
H A Dwidget.c1320 AG_WidgetSensitive(void *obj, int x, int y) in AG_WidgetSensitive() function