notes about 'online'

This commit is contained in:
benfry
2010-04-15 23:44:01 +00:00
parent 90d55865d0
commit c8e7adb781
+8
View File
@@ -63,6 +63,8 @@ A guide for the excited, hopeful, weary, and confused.
in Processing code, it's better to simply remove them and let advanced users
who would otherwise rely on the events to handle the overrides themselves.
+ Constants for ALT, CONTROL, and SHIFT are not present. SHIFT may come back,
but the other two don't exist on Android.
[ emulator, screen, orientation ]
@@ -87,6 +89,8 @@ A guide for the excited, hopeful, weary, and confused.
[ developing on android ]
+ We're only supporting Android 2.0.1 and later.
+ Performance reminds me a lot of Java performance on desktop machines when
we first started the project in 2001. Most Processing sketches will benefit
significantly from the JIT that's rumored to arrive by Summer 2010. There
@@ -151,3 +155,7 @@ A guide for the excited, hopeful, weary, and confused.
is there, in spite of its identical purpose.
+ PFont.font is PFont.typeface, similar as above.
+ The 'online' variable is not available. It's for applets to determine
whether they're running online or not, which doesn't make sense on
Android, where there's no such thing as an applet.