Up: Classes   [Index]


InputEvent

InputEvent Class

Instance Variables

eventClass

An Integer that defines the class of the input event. Ctalk defines the following input event classes.

KBDCHAR        # ASCII Characters
KBDCUR         # Cursor Keys.  
eventData

An Integer that contains the data specific to an input event.

For example, when used with subclasses of ANSITerminalPane, eventData holds the ASCII value of a keypress.

When used with subclasses of X11Pane (actually, any subclass or program that uses X11TerminalStream : queueInput), eventData generally holds the ID of the window that received the event.

The GUI event types and the data that a X11TerminalStream object returns are described in the X11TerminalStream class. See XEventClasses.

xEventData1
xEventData2
xEventData3
xEventData4
xEventData5

Data provided by the X11TerminalStream input handler. See X11TerminalStream.