Uses of Interface
processing.core.PApplet.MainThreadContext
-
Packages that use PApplet.MainThreadContext Package Description processing.core -
-
Uses of PApplet.MainThreadContext in processing.core
Methods in processing.core that return PApplet.MainThreadContext Modifier and Type Method Description static PApplet.MainThreadContextPApplet. mainThread()Access the main thread context.Methods in processing.core with parameters of type PApplet.MainThreadContext Modifier and Type Method Description static voidPApplet. setMainThreadContext(PApplet.MainThreadContext mainThread)Override the default main thread context for embedding the library in an application.
-