File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
java/src/processing/mode/java/preproc Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 110254 (3.2.2 or 3.3)
22X fix quoting problem in IntDict.toJSON()
3+ X add getRenderer() to SurfaceInfo
4+ X https://github.com/processing/processing/issues/4441
35X add getRowMap() function
46_ do we want rows() to not be transient?
57
Original file line number Diff line number Diff line change @@ -138,4 +138,15 @@ public boolean hasSettings() {
138138 public String getSettings () {
139139 return statements .join (" " );
140140 }
141+
142+
143+ // Added for Android Mode to check whether OpenGL is in use
144+ // https://github.com/processing/processing/issues/4441
145+ /**
146+ * Return the renderer specified (null if none specified).
147+ * @since 3.2.2
148+ */
149+ public String getRenderer () {
150+ return renderer ;
151+ }
141152}
You can’t perform that action at this time.
0 commit comments