Searched refs:curEvent (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkBind.c83 int curEvent; /* Index in eventRing of most recent member in struct:BindingTable
732 bindPtr->curEvent = 0;
1221 && (bindPtr->eventRing[bindPtr->curEvent].type == MotionNotify)) {
1235 ringPtr = &bindPtr->eventRing[bindPtr->curEvent];
1240 if (bindPtr->curEvent <= 0) {
1243 i = bindPtr->curEvent - 1;
1250 bindPtr->eventRing[bindPtr->curEvent].type = -1;
1251 bindPtr->curEvent = i;
1254 bindPtr->curEvent++;
1255 if (bindPtr->curEvent >
[all...]

Completed in 14 milliseconds