Bug 1397 : size() command is currently ignored in Android
Last modified: 2009-11-30 09:09




Status:
ASSIGNED
Resolution:
-
Priority:
P2
Severity:
normal

 

Reporter:
fry
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2009-11-30 09:08
The size() command will be handled differently on Android, but it's
completely ignored at the moment.

In general, the width and height of a sketch will simply be that of the
screen area, unless the Processing View class is embedded into something else.

However, we still need to be able to toggle between the 2D and 3D
renderers, which will likely be handled with a "getRenderer()" method. For
beginners, the preprocessor will likely convert the size() command to a
getRenderer() method internally.
This bug is now being tracked here.