Mention we can have a look at Pygame Subset for Android

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1265 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
beuc 2012-04-22 17:35:14 +00:00
parent 8bd75d7761
commit 5fbbc35cb5

View File

@ -13,6 +13,7 @@ generateHeader($_SERVER['PHP_SELF']);
<li><a href="#api">New API</a></li>
<li><a href="#compiling">Compiling</a></li>
<li><a href="#using">Using in your projects</a></li>
<li><a href="#links">Links</a></li>
</ul>
@ -67,4 +68,16 @@ New functions will be necessary to :
<a name="using"></a>
<h1>Using in your projects</h1>
<a name="links"></a>
<h1>Links</h1>
<ul>
<li>http://pygame.renpy.org/ : Pygame Subset for Android, it
designed an API for managing Android app lifecycle
(<code>android.check_pause</code> and
<code>android.wait_for_resume</code>)</li>
</u>
<?php generateFooter(); ?>