- filter(String) - Static method in class com.krab.lazy.ShaderReloader
-
Re-compiles the shader if needed and then applies it as a processing filter() on the main canvas.
- filter(String, PGraphics) - Static method in class com.krab.lazy.ShaderReloader
-
Re-compiles the shader if needed and then applies it as a processing filter() on the parameter canvas.
- filter(String, String, PGraphics) - Static method in class com.krab.lazy.ShaderReloader
-
Re-compiles the shader if needed and then applies it as a processing filter() on the parameter canvas.
- framePressed - Variable in class com.krab.lazy.KeyState
-
What the frameCount was equal to last time released
was true for this key or keyCode.
- frameReleased - Variable in class com.krab.lazy.KeyState
-
What the frameCount was equal to last time pressed
was true for this key or keyCode.