Mod to PApplet to create hint() reference entry

This commit is contained in:
REAS
2015-10-02 21:47:19 -07:00
parent c5b84c2aa8
commit a85ee42f69
+10
View File
@@ -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);