mirror of
https://github.com/processing/processing4.git
synced 2026-02-26 16:54:33 +01:00
added registerListeners() method to PGL
This commit is contained in:
@@ -327,6 +327,9 @@ public abstract class PGL {
|
||||
protected abstract void initSurface(int antialias);
|
||||
|
||||
|
||||
protected abstract void registerListeners();
|
||||
|
||||
|
||||
protected void deleteSurface() {
|
||||
if (threadIsCurrent() && fboLayerCreated) {
|
||||
deleteTextures(2, glColorTex);
|
||||
|
||||
Reference in New Issue
Block a user