mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
testing NEWT
This commit is contained in:
@@ -63,7 +63,7 @@ public class PGL {
|
||||
public static int AWT = 0; // http://jogamp.org/wiki/index.php/Using_JOGL_in_AWT_SWT_and_Swing
|
||||
public static int NEWT = 1; // http://jogamp.org/jogl/doc/NEWT-Overview.html
|
||||
|
||||
public static int toolkit = AWT;
|
||||
public static int toolkit = NEWT;
|
||||
|
||||
/** Size of a short (in bytes). */
|
||||
static final int SIZEOF_SHORT = Short.SIZE / 8;
|
||||
|
||||
Reference in New Issue
Block a user