Skip to content

Commit

Permalink
made wearLowBit and wearBurnIn public
Browse files Browse the repository at this point in the history
  • Loading branch information
codeanticode committed Sep 1, 2017
1 parent 2431854 commit 511278f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/processing/core/PApplet.java
Original file line number Diff line number Diff line change
Expand Up @@ -2415,12 +2415,12 @@ public Rect wearInsets() {
}


boolean wearLowBit() {
public boolean wearLowBit() {
return surface.getEngine().useLowBitAmbient();
}


boolean wearBurnIn() {
public boolean wearBurnIn() {
return surface.getEngine().requireBurnInProtection();
}

Expand Down

0 comments on commit 511278f

Please sign in to comment.