We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2431854 commit 511278fCopy full SHA for 511278f
core/src/processing/core/PApplet.java
@@ -2415,12 +2415,12 @@ public Rect wearInsets() {
2415
}
2416
2417
2418
- boolean wearLowBit() {
+ public boolean wearLowBit() {
2419
return surface.getEngine().useLowBitAmbient();
2420
2421
2422
2423
- boolean wearBurnIn() {
+ public boolean wearBurnIn() {
2424
return surface.getEngine().requireBurnInProtection();
2425
2426
0 commit comments