|
|
|
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 ] |
|
|
|