====== maus ====== Uses the event broker to read events from the first mouse. ==== Synopsis ==== ''%%maus [anything]%%'' ==== Description ==== Uses the event broker to monitor and report activity for the first mouse plugged in to the control port. ==== Arguments ==== * **anything** If you supply no arguments to this program, it asks GetMouse() to put the task to sleep when waiting for an event. If you supply an argument, GetMouse() will not put the task to sleep, and the program will poll the mouse. ==== Associated Files ==== maus.c ==== Location ==== examples/EventBroker/Event_Broker_Tests