mirror of
https://github.com/processing/processing4.git
synced 2026-02-08 08:09:32 +01:00
X framerate() and framerate(15)
X delay() should sleep the thread [glen murphy] X it's sucking cpu and won't open a window until the delay is up X also don't delay on the first time through X add framerate to colored things list
This commit is contained in:
@@ -275,7 +275,7 @@ public class PdeEditorStatus extends Panel
|
||||
editField.setText(t.substring(0, start) + "_" +
|
||||
t.substring(end));
|
||||
editField.setCaretPosition(start+1);
|
||||
System.out.println("consuming event");
|
||||
//System.out.println("consuming event");
|
||||
event.consume();
|
||||
|
||||
} else if (c == '_') {
|
||||
|
||||
Reference in New Issue
Block a user