From 054d81e51269a2b959e9390dffba3a61bfedc4f6 Mon Sep 17 00:00:00 2001 From: beuc Date: Fri, 4 May 2012 14:56:55 +0000 Subject: [PATCH] Add notes about Android tricky situations git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1301 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/web-src/docs/android.php | 47 +++++++++++++++++++++++++++++-- 1 file changed, 44 insertions(+), 3 deletions(-) diff --git a/freeglut/web-src/docs/android.php b/freeglut/web-src/docs/android.php index 35e6893..283e25d 100644 --- a/freeglut/web-src/docs/android.php +++ b/freeglut/web-src/docs/android.php @@ -8,8 +8,6 @@ setPageTitle("Android"); generateHeader($_SERVER['PHP_SELF']); ?> - -

FreeGLUT 3.0 introduces support for the Android platform.
@@ -26,6 +24,7 @@ generateHeader($_SERVER['PHP_SELF']);

  • Using in your projects
  • Roadmap
  • New API
  • +
  • Notes
  • Links
  • @@ -177,8 +176,10 @@ TODO:
  • Open new windows (if that's possible)
  • Joystick support (xperia play...)
  • Display translucent keys on virtual keypad
  • +
  • API to access raw JVM structure and raw Activity(ies?) + structure
  • API to detect touchscreen presence
  • -
  • API to disable assets extraction
  • +
  • API (or configuration file?) to disable assets extraction
  • Callback to reload OpenGL resources lost during a pause
  • Callback for pause/resume notifications
  • @@ -199,6 +200,46 @@ New functions will be necessary to : (Work In Progress) + +

    Notes

    + + +

    Links