match = MatchIX(event,ix);
D0 A0 A1
BOOL MatchIX(struct InputEvent *,IX *);
This function determines whether an input event matches an initialized input expression. Applications generally do not need to call this function as filter objects will normally provide all the event filtering needed. Nevertheless, MatchIX() can come in handy as it is the same function used to match an event to the various filter objects when an event makes its way through the input network.
<libraries/commodities.h>,
ParseIX()