dispatchMessages

Help Contents Graphics Window Control dispatchMessages
updateCalls scroll

dispatchMessages


dispatches all pending windows messages, i.e. mouse moves, mouseclicks, etc. This is necessary for instantaneous reactions on user input, esp. mouse actions. See example bounce2.lg!

Example:

forever
[ dispatchMessages
  m=MousePos
  updateVars
]

Examples:

References:

updateCalls scroll