[Plib-cvs] plib/doc/pw index.html,NONE,1.1
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2004-02-16 02:34:13
|
Update of /cvsroot/plib/plib/doc/pw In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20530/plib/doc/pw Added Files: index.html Log Message: Added the 'PW' library. Added some functionality to the ssgAux screen dump facility so you can dump to an array in memory as an alternative to dumping it straight to disk. --- NEW FILE: index.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <META name="keywords" content="PW, PLIB, OpenGL, window, library, portable, interface, games, Baker, Steve, pwInit"> <META name="description" content="The PLIB minimal Windowing Library (PW) is a portable interface that makes it as simple as possible to make an OpenGL application that can open a single window and read the mouse and keyboard. It is a wrapper to make the various underlying OS mechanisms look the same to application code."> <TITLE>A PLIB Windowing Library.</TITLE> </HEAD> <BODY text="#B5A642" link="#8FFF8F" vlink="#18A515" alink="#20336B" bgcolor="#005000" background="../marble.png"> <TABLE> <TR> <TD> <H1>A PLIB Windowing Library.</H1> </TD> </TR> <TR> <TD> [...142 lines suppressed...] PW_CURSOR_NONE 0 PW_CURSOR_RIGHT 1 PW_CURSOR_LEFT 2 PW_CURSOR_QUERY 3 PW_CURSOR_AIM 4 PW_CURSOR_CIRCLE 5 PW_CURSOR_WAIT 6 PW_CURSOR_CROSS 7 PW_CURSOR_CUSTOM 8 </pre> <ADDRESS> <A HREF="http://www.sjbaker.org"> Steve J. Baker.</A> <<A HREF="mailto:sjb...@ai...">sjb...@ai...</A>> </ADDRESS> </table> </BODY> </HTML> |