home *** CD-ROM | disk | FTP | other *** search
- Path: doc.ic.ac.uk!not-for-mail
- From: mdf@doc.ic.ac.uk (Martin Frost)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Directing files to a con: or similar
- Date: 16 Feb 1996 16:56:15 -0000
- Organization: Dept. of Computing, Imperial College, University of London, UK.
- Distribution: world
- Message-ID: <4g2cvf$1pc@oak73.doc.ic.ac.uk>
- References: <9602131939.AA003j6@ozzy.demon.co.uk>
- Reply-To: mdf@doc.ic.ac.uk (Martin Frost)
- NNTP-Posting-Host: oak73.doc.ic.ac.uk
- X-Newsreader: mxrn 6.18-23
-
-
- In article <9602131939.AA003j6@ozzy.demon.co.uk>, Brian Skreeg <oz@ozzy.demon.co.uk> writes:
- >What is the easiest way to do a loop in
- >C so I can have the file updating in realtime but still be able to check for
- >gadgets.
-
- Just call GetMsg(win->UserPort) each loop. If no message is present it will
- simply return NULL.
-
- Martin
-