mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Mod to PApplet to create hint() reference entry
This commit is contained in:
@@ -10681,6 +10681,16 @@ public class PApplet implements PConstants {
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* ( begin auto-generated from hint.xml )
|
||||
*
|
||||
* Description to come...
|
||||
*
|
||||
* ( end auto-generated )
|
||||
*
|
||||
* @webref rendering
|
||||
* @param which the constant to enable or disable the hint
|
||||
*/
|
||||
public void hint(int which) {
|
||||
if (recorder != null) recorder.hint(which);
|
||||
g.hint(which);
|
||||
|
||||
Reference in New Issue
Block a user