[Contents] [index] [Help] [Retrace] [browse <] [Browse >]

Intuition can notify an application when the user moves the mouse, makes a
menu choice, selects an application gadget or changes the window's size.
To find out about user activity from Intuition, there are two methods:

  * Use the Intuition Direct Communications Message Port (IDCMP) system.
    Input events are received as standard Exec messages at a port
    Intuition creates for your window.

  * Use the console.device to receive all input events as character
    sequences.

 the idcmp             the idcmp and the active window 
 the console device    the idcmp and gadgets