X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=_PandaDriver.pde;h=0aca6af10101f7a80ec0b70519e686add8ec5619;hb=a8d55ade10d68a95188105282c2c453816b20708;hp=2d28cd693e12bea5c300d0c604dcfbe0ba07f40a;hpb=d626bc9b0197a1b5fd51a86f33f666a2a46579a2;p=SugarCubes.git diff --git a/_PandaDriver.pde b/_PandaDriver.pde index 2d28cd6..0aca6af 100644 --- a/_PandaDriver.pde +++ b/_PandaDriver.pde @@ -291,6 +291,10 @@ public static class PandaDriver { } } } + + public boolean isEnabled() { + return this.enabled; + } public void disable() { setEnabled(false);