LookupOlInputEvent(3W) UNIX System V LookupOlInputEvent(3W)
Dynamic Settings
NAME
LookupOlInputEvent
SYNOPSIS
#include <Dynamic.h>
...
extern OlInputEvent LookupOlInputEvent(w, event, keysym, buffer, length)
Widget w;
XEvent * event;
KeySym * keysym;
char ** buffer;
DESCRIPTION
The LookupOlInputEvent function is used to decode the event for widget w
to an OlInputEvent. The event passed should be a ButtonPress,
ButtonRelease, or KeyPress event. The function attempts to decode this
event based on the settings of the OPEN LOOK defined dynamic mouse and
keyboard settings.
If the event is a KeyPress, the function may return the keysym, buffer,
and/or length of the buffer returned from a call to XLookupString(3X).
It returns these values if non-NULL values are provided by the caller.
SEE ALSO
LookupOlColors(3W), OlReplayBtnEvent(3W), OlDetermineMouseAction(3W)
10/89 Page 1