add fall-through cases for compiler warning

This commit is contained in:
Ben Fry
2021-06-20 20:08:35 -04:00
parent befdba7137
commit f61155a825

View File

@@ -885,6 +885,8 @@ public class PSurfaceFX implements PSurface {
button = PConstants.CENTER;
break;
case NONE:
case BACK:
case FORWARD:
// not currently handled
break;
}