Mail Archives: djgpp/2001/06/08/23:12:54
On Saturday, June 09, 2001 8:17 AM, Brent Ritchie
[SMTP:azreal AT cyberbeach DOT net] wrote:
| Hello I would like to know how to use the following
| statement:
|
| putpixel(screen, x, y, color);
|
| I understand what X,Y, and color but what do I put for
| screen?
The "screen" a default variable that tells allegro to send the output to
your monitor. Otherwise, screen can be a buffer. The allegro docs do mention
about this.
Btw, I'm telling this from memory and it's been a long time since I used
allegro. So hopefully someone will correct me if I'm wrong here.
--
Prashant TR <tr AT midpec DOT com> Web: http://www.midpec.com/
PGP (Office): http://www.midpec.com/pgp.asc
PGP (Personal): http://www.midpec.com/whois/prashant.html
Get your own key: http://www.pgpi.org/
- Raw text -