(C) 1998 AROS - The Amiga Research OS


NAME
#include <>
#include <libraries/commodities.h>
#include <devices/inputevent.h>
#include <proto/commodities.h>
#include <aros/debug.h>

BOOL MatchIX (event , ix )

LOCATION
In CxBase at offset 34

SYNOPSIS
struct InputEvent * event
IX * ix

FUNCTION
Check if an input event matches an input expression.

INPUTS
event
- the input event to match against the input expression
ix
- the input expression

RESULT
TRUE if the input event matches the input expression, FALSE otherwise.

EXAMPLE

SEE ALSO
<libraries/commodities.h>, ParseIX()

NOTES
Applications don't normally need this function as filter objects take care of the event filtering. However, this function is in some cases nice to have.

BUGS

INTERNALS

HISTORY
18.07.1999 SDuvan
Finally -- commodities.library