(C) 1998 AROS - The Amiga Research OS


NAME
#include <>
#include <proto/exec.h>

VOID DisposeCxMsg (cxm)

LOCATION
In CxBase at offset 28

SYNOPSIS
CxMsg * cxm

FUNCTION
Delete the commodity message 'cxm'. This function can be used to swallow all InputEvents by disposing every commodity message of type CXM_IEVENT.

INPUTS
cxm
the commodity message to delete (may NOT be NULL)

RESULT

EXAMPLE

SEE ALSO

NOTES
This function can only be used within the context of the input handler, and not from within a commodities' context; that is if you for instance get a CXM_IEVENT CxMsg from a commodity sender object, you must Replymsg() it instead of Disposing it.

BUGS

INTERNALS

HISTORY
18.07.1999 SDuvan
Finally -- commodities.library