a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Libraries:
 commodities.library
  ActivateCxObj
  AddIEvents
  AttachCxObj
  ClearCxObjError
  CreateCxObj
  CxBroker
  CxMsgData
  CxMsgID
  CxMsgType
  CxObjError
  CxObjType
  DeleteCxObj
  DeleteCxObjAll
  DisposeCxMsg
  DivertCxMsg
  EnqueueCxObj
  InsertCxObj
  InvertKeyMap
  MatchIX
  ParseIX
  RemoveCxObj
  RouteCxMsg
  SetCxObjPri
  SetFilter
  SetFilterIX
  SetTranslate
Include
GuruMeditation
Docs » Autodocs » commodities.library » MatchIX

NAME

	MatchIX -- see if an input event matches an initialized input
expression. (V38)

SYNOPSIS

	match = MatchIX(event,ix);
D0 A0 A1
BOOL MatchIX(struct InputEvent *,IX *);

FUNCTION

	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.

INPUTS

	event - the input event to match against the input expression
ix - the input expression for the comparison

RESULT

	match - TRUE if the input event matches the input expression, or
FALSE if not

SEE ALSO

<libraries/commodities.h>, ParseIX()

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Sanity

TBL
SNT
DJ
PHA

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se